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