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

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

Completed in 101 milliseconds