Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h869 Instruction *foldICmpSelectConstant(ICmpInst &Cmp, SelectInst *Select,
H A DInstCombineCompares.cpp2448 Instruction *InstCombiner::foldICmpSelectConstant(ICmpInst &Cmp, in foldICmpSelectConstant() function in InstCombiner
2600 if (Instruction *I = foldICmpSelectConstant(Cmp, SI, ConstRHS)) in foldICmpInstWithConstant()