Home | History | Annotate | Download | only in MC

Lines Matching refs:RHSValue

708     MCValue LHSValue, RHSValue;
712 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
718 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
725 RHSValue.getSymB(), RHSValue.getSymA(),
726 -RHSValue.getConstant(), Res);
730 RHSValue.getSymA(), RHSValue.getSymB(),
731 RHSValue.getConstant(), Res);
738 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();