Searched refs:AddLHS (Results 1 – 3 of 3) sorted by relevance
1128 Value *AddLHS, *AddRHS; in match() local1129 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match()1133 if (AddExpr.match(ICmpLHS) && (ICmpRHS == AddLHS || ICmpRHS == AddRHS)) in match()1134 return L.match(AddLHS) && R.match(AddRHS) && S.match(ICmpLHS); in match()1138 if (AddExpr.match(ICmpRHS) && (ICmpLHS == AddLHS || ICmpLHS == AddRHS)) in match()1139 return L.match(AddLHS) && R.match(AddRHS) && S.match(ICmpRHS); in match()
2639 ConstantInt *CI = nullptr; Value *AddLHS = nullptr; in matchScaledValue() local2641 match(ScaleReg, m_Add(m_Value(AddLHS), m_ConstantInt(CI)))) { in matchScaledValue()2642 TestAddrMode.ScaledReg = AddLHS; in matchScaledValue()
8096 const SCEVAddExpr *AddLHS = dyn_cast<SCEVAddExpr>(LHS); in isImpliedCondOperandsViaRanges() local8097 if (!AddLHS || AddLHS->getOperand(1) != FoundLHS || in isImpliedCondOperandsViaRanges()8098 !isa<SCEVConstant>(AddLHS->getOperand(0))) in isImpliedCondOperandsViaRanges()8110 APInt Addend = cast<SCEVConstant>(AddLHS->getOperand(0))->getAPInt(); in isImpliedCondOperandsViaRanges()