Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h667 Instruction *foldICmpInstWithConstantAllowPoison(ICmpInst &Cmp,
H A DInstCombineCompares.cpp3454 return foldICmpInstWithConstantAllowPoison(Cmp, *C); in foldICmpInstWithConstant()
3772 InstCombinerImpl::foldICmpInstWithConstantAllowPoison(ICmpInst &Cmp, in foldICmpInstWithConstantAllowPoison() function in InstCombinerImpl