Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h647 Instruction *foldSelectICmp(ICmpInst::Predicate Pred, SelectInst *SI,
H A DInstCombineCompares.cpp4126 Instruction *InstCombinerImpl::foldSelectICmp(ICmpInst::Predicate Pred, in foldSelectICmp() function in InstCombinerImpl
7196 if (Instruction *NI = foldSelectICmp(Pred, SI, Op1, CxtI)) in foldICmpCommutative()