Home | History | Annotate | Download | only in MC

Lines Matching refs:RHSValue

526     MCValue LHSValue, RHSValue;
530 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
536 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
543 RHSValue.getSymB(), RHSValue.getSymA(),
544 -RHSValue.getConstant(),
549 RHSValue.getSymA(), RHSValue.getSymB(),
550 RHSValue.getConstant(),
558 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();