Searched refs:foldSelectValueEquivalence (Results 1 – 2 of 2) sorted by relevance
713 Instruction *foldSelectValueEquivalence(SelectInst &SI, ICmpInst &ICI);
1121 Instruction *InstCombinerImpl::foldSelectValueEquivalence(SelectInst &Sel, in foldSelectValueEquivalence() function in InstCombinerImpl1440 if (Instruction *NewSel = foldSelectValueEquivalence(SI, *ICI)) in foldSelectInstWithICmp()