Lines Matching refs:RValue
230 RValue &Val);
348 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
577 Args.add(RValue::get(Op.LHS.first), in EmitComplexBinOpLibCall()
579 Args.add(RValue::get(Op.LHS.second), in EmitComplexBinOpLibCall()
581 Args.add(RValue::get(Op.RHS.first), in EmitComplexBinOpLibCall()
583 Args.add(RValue::get(Op.RHS.second), in EmitComplexBinOpLibCall()
605 RValue Res = CGF.EmitCall(FuncInfo, Func, ReturnValueSlot(), Args, in EmitComplexBinOpLibCall()
826 RValue &Val) { in EmitCompoundAssignLValue()
881 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
886 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
896 RValue Val; in EmitCompoundAssign()
1097 RValue Val; in EmitComplexCompoundAssignmentLValue()
1105 RValue Val; in EmitScalarCompoundAssignWithComplex()