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.cpp330 StructType *VarargsTy = cast<StructType>(Alloced->getAllocatedType()); in initializeStructAlloca() local
341 auto Dst = Builder.CreateStructGEP(VarargsTy, Alloced, I); in initializeStructAlloca()
743 StructType *VarargsTy = Frame.asStruct(Ctx, CBF->getName()); in expandCall() local
764 new AllocaInst(VarargsTy, DL.getAllocaAddrSpace(), nullptr, AllocaAlign), in expandCall()
767 assert(Alloced->getAllocatedType() == VarargsTy); in expandCall()