Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h658 Instruction *foldSelectICmp(ICmpInst::Predicate Pred, SelectInst *SI,
H A DInstCombineCompares.cpp3573 Instruction *InstCombinerImpl::foldSelectICmp(ICmpInst::Predicate Pred, in foldSelectICmp() function in InstCombinerImpl
6251 if (Instruction *NI = foldSelectICmp(I.getPredicate(), SI, Op1, I)) in visitICmpInst()
6254 if (Instruction *NI = foldSelectICmp(I.getSwappedPredicate(), SI, Op0, I)) in visitICmpInst()