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