Searched refs:foldICmpAddOpConst (Results 1 – 2 of 2) sorted by relevance
559 Instruction *foldICmpAddOpConst(Value *X, const APInt &C,
976 Instruction *InstCombinerImpl::foldICmpAddOpConst(Value *X, const APInt &C, in foldICmpAddOpConst() function in InstCombinerImpl6386 return foldICmpAddOpConst(X, *C, I.getPredicate()); in visitICmpInst()6390 return foldICmpAddOpConst(X, *C, I.getSwappedPredicate()); in visitICmpInst()