Searched refs:foldSelectInstWithICmp (Results 1 – 2 of 2) sorted by relevance
740 Instruction *foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
1821 Instruction *InstCombinerImpl::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp() function in InstCombinerImpl3734 if (Instruction *Result = foldSelectInstWithICmp(SI, ICI)) in visitSelectInst()