Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h665 Instruction *foldICmpInstWithConstant(ICmpInst &Cmp);
H A DInstCombineCompares.cpp3414 Instruction *InstCombinerImpl::foldICmpInstWithConstant(ICmpInst &Cmp) { in foldICmpInstWithConstant() function in InstCombinerImpl
7411 if (Instruction *Res = foldICmpInstWithConstant(I)) in visitICmpInst()