Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp683 Type *FrameFieldType = UnderlyingType; in expandCall() local
705 FrameFieldType = DL.getAllocaPtrType(Ctx); in expandCall()
724 Frame.store(Ctx, FrameFieldType, SourceValue); in expandCall()
727 Frame.memcpy(Ctx, FrameFieldType, SourceValue, UnderlyingSize); in expandCall()
729 Frame.store(Ctx, FrameFieldType, SourceValue); in expandCall()
732 CurrentOffset += DL.getTypeAllocSize(FrameFieldType).getFixedValue(); in expandCall()