Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp230 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local
231 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl()
233 Pred = SwappedPred; in getHashValueImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1102 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() local
1103 if (matchICmpOperand(Offset, RHS, Val, SwappedPred)) in getValueFromICmpCondition()
1104 return getValueFromSimpleICmpCondition(SwappedPred, LHS, Offset); in getValueFromICmpCondition()