Lines Matching refs:RValue
274 RValue &Val);
469 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
764 Args.add(RValue::get(Op.LHS.first), in EmitComplexBinOpLibCall()
766 Args.add(RValue::get(Op.LHS.second), in EmitComplexBinOpLibCall()
768 Args.add(RValue::get(Op.RHS.first), in EmitComplexBinOpLibCall()
770 Args.add(RValue::get(Op.RHS.second), in EmitComplexBinOpLibCall()
794 RValue Res = CGF.EmitCall(FuncInfo, Callee, ReturnValueSlot(), Args, &Call); in EmitComplexBinOpLibCall()
1219 RValue &Val) { in EmitCompoundAssignLValue()
1311 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
1316 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
1326 RValue Val; in EmitCompoundAssign()
1462 RValue RV = CGF.EmitVAArg(E, ArgValue); in VisitVAArgExpr()
1538 RValue Val; in EmitComplexCompoundAssignmentLValue()
1546 RValue Val; in EmitScalarCompoundAssignWithComplex()