Searched refs:SwappedPred (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 255 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local 256 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl() 258 Pred = SwappedPred; in getHashValueImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1188 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() local 1189 if (matchICmpOperand(Offset, RHS, Val, SwappedPred)) in getValueFromICmpCondition() 1190 return getValueFromSimpleICmpCondition(SwappedPred, LHS, Offset, ICI, in getValueFromICmpCondition()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2903 ICmpInst::Predicate SwappedPred = Cmp.getSwappedPredicate(); in foldICmpSubConstant() local 2909 return new ICmpInst(SwappedPred, Y, ConstantInt::get(Ty, SubResult)); in foldICmpSubConstant() 2966 return new ICmpInst(SwappedPred, Add, ConstantInt::get(Ty, ~C)); in foldICmpSubConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 737 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(Pred); in isCmpSameOrSwapped() local 746 (BasePred == SwappedPred && in isCmpSameOrSwapped()
|