Searched refs:SwappedPred (Results 1 – 3 of 3) sorted by relevance
223 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local224 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl()226 Pred = SwappedPred; in getHashValueImpl()
210 CmpInst::Predicate SwappedPred = CI->getSwappedPredicate(); in getHashValueImpl() local211 if (std::tie(LHS, Pred) > std::tie(RHS, SwappedPred)) { in getHashValueImpl()213 Pred = SwappedPred; in getHashValueImpl()
1147 CmpInst::Predicate SwappedPred = CmpInst::getSwappedPredicate(EdgePred); in getValueFromICmpCondition() local1148 if (matchICmpOperand(Offset, RHS, Val, SwappedPred)) in getValueFromICmpCondition()1149 return getValueFromSimpleICmpCondition(SwappedPred, LHS, Offset); in getValueFromICmpCondition()