Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2080 llvm::Value *baseSizeInChars in emitNonZeroVLAInit() local
2103 Builder.CreateMemCpy(Address(cur, CGF.Int8Ty, curAlign), src, baseSizeInChars, in emitNonZeroVLAInit()
2108 Builder.CreateInBoundsGEP(CGF.Int8Ty, cur, baseSizeInChars, "vla.next"); in emitNonZeroVLAInit()