Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FoldSelectIntoOp

209 /// FoldSelectIntoOp - Try fold the select into one of the operands to
211 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal,
926 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal))