Searched refs:foldICmpIntrinsicWithConstant (Results 1 – 2 of 2) sorted by relevance
866 Instruction *foldICmpIntrinsicWithConstant(ICmpInst &ICI, const APInt &C);
2578 if (Instruction *I = foldICmpIntrinsicWithConstant(Cmp, *C)) in foldICmpInstWithConstant()2724 Instruction *InstCombiner::foldICmpIntrinsicWithConstant(ICmpInst &Cmp, in foldICmpIntrinsicWithConstant() function in InstCombiner