Home
last modified time | relevance | path

Searched refs:VarargsTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp312 StructType *VarargsTy = cast<StructType>(Alloced->getAllocatedType()); in initializeStructAlloca() local
323 auto Dst = Builder.CreateStructGEP(VarargsTy, Alloced, I); in initializeStructAlloca()
721 StructType *VarargsTy = Frame.asStruct(Ctx, CBF->getName()); in expandCall() local
742 new AllocaInst(VarargsTy, DL.getAllocaAddrSpace(), nullptr, AllocaAlign), in expandCall()
745 assert(Alloced->getAllocatedType() == VarargsTy); in expandCall()