Searched refs:AddLHS (Results 1 – 4 of 4) sorted by relevance
100 ConstantInt *CI = 0; Value *AddLHS = 0; in MatchScaledValue() local102 match(ScaleReg, m_Add(m_Value(AddLHS), m_ConstantInt(CI)))) { in MatchScaledValue()103 TestAddrMode.ScaledReg = AddLHS; in MatchScaledValue()
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()
2697 ConstantInt *CI = nullptr; Value *AddLHS = nullptr; in matchScaledValue() local2699 match(ScaleReg, m_Add(m_Value(AddLHS), m_ConstantInt(CI)))) { in matchScaledValue()2700 TestAddrMode.ScaledReg = AddLHS; in matchScaledValue()
8549 const SCEVAddExpr *AddLHS = dyn_cast<SCEVAddExpr>(LHS); in isImpliedCondOperandsViaRanges() local8550 if (!AddLHS || AddLHS->getOperand(1) != FoundLHS || in isImpliedCondOperandsViaRanges()8551 !isa<SCEVConstant>(AddLHS->getOperand(0))) in isImpliedCondOperandsViaRanges()8563 APInt Addend = cast<SCEVConstant>(AddLHS->getOperand(0))->getAPInt(); in isImpliedCondOperandsViaRanges()