Searched refs:foldSelectToCmp (Results 1 – 2 of 2) sorted by relevance
784 Instruction *foldSelectToCmp(SelectInst &SI);
3640 Instruction *InstCombinerImpl::foldSelectToCmp(SelectInst &SI) { in foldSelectToCmp() function in InstCombinerImpl4395 if (Instruction *I = foldSelectToCmp(SI)) in visitSelectInst()