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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp233 /// FoldSelectIntoOp - Try fold the select into one of the operands to
235 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, function in class:InstCombiner
1028 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal))

Completed in 61 milliseconds