Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h675 Instruction *foldICmpInstWithConstant(ICmpInst &Cmp);
H A DInstCombineCompares.cpp3117 Instruction *InstCombinerImpl::foldICmpInstWithConstant(ICmpInst &Cmp) { in foldICmpInstWithConstant() function in InstCombinerImpl
6231 if (Instruction *Res = foldICmpInstWithConstant(I)) in visitICmpInst()