Searched refs:FoldSelectIntoOp (Results 1 – 2 of 2) sorted by relevance
229 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() function in InstCombiner1100 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()
306 Instruction *FoldSelectIntoOp(SelectInst &SI, Value *, Value *);