Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h681 Instruction *foldICmpSelectConstant(ICmpInst &Cmp, SelectInst *Select,
H A DInstCombineCompares.cpp3212 Instruction *InstCombinerImpl::foldICmpSelectConstant(ICmpInst &Cmp, in foldICmpSelectConstant() function in InstCombinerImpl
3427 if (Instruction *I = foldICmpSelectConstant(Cmp, SI, ConstRHS)) in foldICmpInstWithConstant()