Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h645 Instruction *foldICmpInstWithConstantAllowUndef(ICmpInst &Cmp,
H A DInstCombineCompares.cpp3345 return foldICmpInstWithConstantAllowUndef(Cmp, *C); in foldICmpInstWithConstant()
3660 InstCombinerImpl::foldICmpInstWithConstantAllowUndef(ICmpInst &Cmp, in foldICmpInstWithConstantAllowUndef() function in InstCombinerImpl