Searched refs:getAllocaPtrType (Results 1 – 4 of 4) sorted by relevance
603 Builder.CreateIntrinsic(Intrinsic::vastart, {DL.getAllocaPtrType(Ctx)}, in defineVariadicWrapper()618 Builder.CreateIntrinsic(Intrinsic::vaend, {DL.getAllocaPtrType(Ctx)}, in defineVariadicWrapper()705 FrameFieldType = DL.getAllocaPtrType(Ctx); in expandCall()883 Builder.CreateIntrinsic(Intrinsic::vacopy, {DL.getAllocaPtrType(Ctx)}, in expandVAIntrinsicCall()
278 PointerType *getAllocaPtrType(LLVMContext &Ctx) const { in getAllocaPtrType() function
1060 return CreateIntrinsic(Intrinsic::stacksave, {DL.getAllocaPtrType(Context)},
509 PointerType *AllocaPtrTy = M.getDataLayout().getAllocaPtrType(M.getContext()); in runOnFunction()