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.h695 Instruction *foldSelectICmp(CmpPredicate Pred, SelectInst *SI, Value *RHS,
H A DInstCombineCompares.cpp4335 Instruction *InstCombinerImpl::foldSelectICmp(CmpPredicate Pred, SelectInst *SI, in foldSelectICmp() function in InstCombinerImpl
7480 if (Instruction *NI = foldSelectICmp(Pred, SI, Op1, CxtI)) in foldICmpCommutative()