Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h569 Instruction *foldICmpInstWithConstantAllowUndef(ICmpInst &Cmp,
H A DInstCombineCompares.cpp3110 return foldICmpInstWithConstantAllowUndef(Cmp, *C); in foldICmpInstWithConstant()
3335 InstCombinerImpl::foldICmpInstWithConstantAllowUndef(ICmpInst &Cmp, in foldICmpInstWithConstantAllowUndef() function in InstCombinerImpl