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