Searched refs:ArgLVal (Results 1 – 1 of 1) sorted by relevance
559 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() local563 ArgLVal = CGF.MakeAddrLValue( in emitOutlinedFunctionPrologue()565 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue()568 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue()574 Address ArgAddr = ArgLVal.getAddress(CGF); in emitOutlinedFunctionPrologue()575 if (ArgLVal.getType()->isLValueReferenceType()) { in emitOutlinedFunctionPrologue()576 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()578 assert(ArgLVal.getType()->isPointerType()); in emitOutlinedFunctionPrologue()580 ArgAddr, ArgLVal.getType()->castAs<PointerType>()); in emitOutlinedFunctionPrologue()594 Args[Cnt]->getName(), ArgLVal) in emitOutlinedFunctionPrologue()[all …]