Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h729 Instruction *foldICmpCommutative(ICmpInst::Predicate Pred, Value *Op0,
H A DInstCombineCompares.cpp7187 Instruction *InstCombinerImpl::foldICmpCommutative(ICmpInst::Predicate Pred, in foldICmpCommutative() function in InstCombinerImpl
7422 if (Instruction *Res = foldICmpCommutative(I.getPredicate(), Op0, Op1, I)) in visitICmpInst()
7425 foldICmpCommutative(I.getSwappedPredicate(), Op1, Op0, I)) in visitICmpInst()