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.h779 Instruction *foldICmpCommutative(CmpPredicate Pred, Value *Op0, Value *Op1,
H A DInstCombineCompares.cpp7471 Instruction *InstCombinerImpl::foldICmpCommutative(CmpPredicate Pred, in foldICmpCommutative() function in InstCombinerImpl
7705 if (Instruction *Res = foldICmpCommutative(I.getCmpPredicate(), Op0, Op1, I)) in visitICmpInst()
7708 foldICmpCommutative(I.getSwappedCmpPredicate(), Op1, Op0, I)) in visitICmpInst()