Lines Matching defs:RHSValue
917 MCValue LHSValue, RHSValue;
921 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Fixup, Addrs,
943 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
952 MCValue::get(RHSValue.getSymB(), RHSValue.getSymA(),
953 -(uint64_t)RHSValue.getConstant(),
954 RHSValue.getRefKind()),
960 MCValue::get(RHSValue.getSymA(), RHSValue.getSymB(),
961 RHSValue.getConstant(), RHSValue.getRefKind()),
969 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();