Searched refs:foldSelectOpOp (Results 1 – 2 of 2) sorted by relevance
735 Instruction *foldSelectOpOp(SelectInst &SI, Instruction *TI, Instruction *FI);
271 Instruction *InstCombinerImpl::foldSelectOpOp(SelectInst &SI, Instruction *TI, in foldSelectOpOp() function in InstCombinerImpl3750 if (Instruction *IV = foldSelectOpOp(SI, TI, FI)) in visitSelectInst()