Lines Matching refs:RetAlloca
380 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true);381 assert(RetAlloca && "Expected complex return value");382 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()),