Searched refs:foldSelectIntoOp (Results 1 – 2 of 2) sorted by relevance
788 Instruction *foldSelectIntoOp(SelectInst &SI, Value *, Value *);
495 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp() function in InstCombinerImpl4153 if (Instruction *FoldI = foldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()