Searched refs:ArgLVal (Results 1 – 1 of 1) sorted by relevance
587 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() local591 ArgLVal = CGF.MakeAddrLValue( in emitOutlinedFunctionPrologue()593 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue()596 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue()602 Address ArgAddr = ArgLVal.getAddress(); in emitOutlinedFunctionPrologue()603 if (ArgLVal.getType()->isLValueReferenceType()) { in emitOutlinedFunctionPrologue()604 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()606 assert(ArgLVal.getType()->isPointerType()); in emitOutlinedFunctionPrologue()608 ArgAddr, ArgLVal.getType()->castAs<PointerType>()); in emitOutlinedFunctionPrologue()622 Args[Cnt]->getName(), ArgLVal) in emitOutlinedFunctionPrologue()[all …]