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