Searched refs:ArgLVal (Results 1 – 1 of 1) sorted by relevance
545 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() local549 ArgLVal = CGF.MakeAddrLValue( in emitOutlinedFunctionPrologue()551 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue()554 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue()560 Address ArgAddr = ArgLVal.getAddress(CGF); in emitOutlinedFunctionPrologue()561 if (ArgLVal.getType()->isLValueReferenceType()) { in emitOutlinedFunctionPrologue()562 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()564 assert(ArgLVal.getType()->isPointerType()); in emitOutlinedFunctionPrologue()566 ArgAddr, ArgLVal.getType()->castAs<PointerType>()); in emitOutlinedFunctionPrologue()581 Args[Cnt]->getName(), ArgLVal) in emitOutlinedFunctionPrologue()[all …]