Home | History | Annotate | Download | only in MC

Lines Matching refs:RHSValue

680     MCValue LHSValue, RHSValue;
684 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
690 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
697 RHSValue.getSymB(), RHSValue.getSymA(),
698 -RHSValue.getConstant(),
703 RHSValue.getSymA(), RHSValue.getSymB(),
704 RHSValue.getConstant(),
712 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();