reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
750 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup, 756 if (!Value.isAbsolute()) 758 Res = MCValue::get(!Value.getConstant()); 762 if (Value.getSymA() && !Value.getSymB()) 762 if (Value.getSymA() && !Value.getSymB()) 766 Res = MCValue::get(Value.getSymB(), Value.getSymA(), 766 Res = MCValue::get(Value.getSymB(), Value.getSymA(), 767 -(uint64_t)Value.getConstant()); 770 if (!Value.isAbsolute()) 772 Res = MCValue::get(~Value.getConstant()); 775 Res = Value;