Searched refs:foldSelectInstWithICmp (Results 1 – 2 of 2) sorted by relevance
875 Instruction *foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
911 Instruction *InstCombiner::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp() function in InstCombiner1741 if (Instruction *Result = foldSelectInstWithICmp(SI, ICI)) in visitSelectInst()