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