Searched refs:BuildLookup (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3263 /// BuildLookup - Build instructions with Builder to retrieve the value at
3265 Value *BuildLookup(Value *Index, IRBuilder<> &Builder);
3379 Value *SwitchLookupTable::BuildLookup(Value *Index, IRBuilder<> &Builder) { function in class:SwitchLookupTable
3554 Value *Result = Table.BuildLookup(TableIndex, Builder);

Completed in 130 milliseconds