Home
last modified time | relevance | path

Searched refs:SwappedPred (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp223 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local
224 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl()
226 Pred = SwappedPred; in getHashValueImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp210 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local
211 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl()
213 Pred = SwappedPred; in getHashValueImpl()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1147 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() local
1148 if (matchICmpOperand(Offset, RHS, Val, SwappedPred)) in getValueFromICmpCondition()
1149 return getValueFromSimpleICmpCondition(SwappedPred, LHS, Offset); in getValueFromICmpCondition()