Searched refs:SwappedPred (Results 1 – 2 of 2) sorted by relevance
230 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local231 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl()233 Pred = SwappedPred; in getHashValueImpl()
1102 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() local1103 if (matchICmpOperand(Offset, RHS, Val, SwappedPred)) in getValueFromICmpCondition()1104 return getValueFromSimpleICmpCondition(SwappedPred, LHS, Offset); in getValueFromICmpCondition()