Searched refs:foldICmpCommutative (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 779 Instruction *foldICmpCommutative(CmpPredicate Pred, Value *Op0, Value *Op1,
|
| H A D | InstCombineCompares.cpp | 7471 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()
|