Lines Matching refs:RValue
269 RValue &Val);
406 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
694 Args.add(RValue::get(Op.LHS.first), in EmitComplexBinOpLibCall()
696 Args.add(RValue::get(Op.LHS.second), in EmitComplexBinOpLibCall()
698 Args.add(RValue::get(Op.RHS.first), in EmitComplexBinOpLibCall()
700 Args.add(RValue::get(Op.RHS.second), in EmitComplexBinOpLibCall()
724 RValue Res = CGF.EmitCall(FuncInfo, Callee, ReturnValueSlot(), Args, &Call); in EmitComplexBinOpLibCall()
1152 RValue &Val) { in EmitCompoundAssignLValue()
1241 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
1246 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
1256 RValue Val; in EmitCompoundAssign()
1461 RValue Val; in EmitComplexCompoundAssignmentLValue()
1469 RValue Val; in EmitScalarCompoundAssignWithComplex()