Searched defs:FoldSelectOpOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp122 /// FoldSelectOpOp - Here we have (select c, TI, FI), and we know that TI and FI
124 Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI, function in class:InstCombiner
797 if (Instruction *IV = FoldSelectOpOp(SI, TI, FI))

Completed in 42 milliseconds