Searched refs:foldSelectEqualityTest (Results 1 – 2 of 2) sorted by relevance
786 Instruction *foldSelectEqualityTest(SelectInst &SI);
1443 Instruction *InstCombinerImpl::foldSelectEqualityTest(SelectInst &Sel) { in foldSelectEqualityTest() function in InstCombinerImpl4398 if (Instruction *I = foldSelectEqualityTest(SI)) in visitSelectInst()