Home
last modified time | relevance | path

Searched refs:foldICmpAddOpConst (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h667 Instruction *foldICmpAddOpConst(Value *X, const APInt &C,
H A DInstCombineCompares.cpp1086 Instruction *InstCombinerImpl::foldICmpAddOpConst(Value *X, const APInt &C, in foldICmpAddOpConst() function in InstCombinerImpl
6356 return foldICmpAddOpConst(X, *C, I.getPredicate()); in visitICmpInst()
6360 return foldICmpAddOpConst(X, *C, I.getSwappedPredicate()); in visitICmpInst()