Searched refs:baseSizeInChars (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1400 llvm::Value *baseSizeInChars in emitNonZeroVLAInit() local 1423 Builder.CreateMemCpy(Address(cur, curAlign), src, baseSizeInChars, in emitNonZeroVLAInit() 1428 Builder.CreateInBoundsGEP(CGF.Int8Ty, cur, baseSizeInChars, "vla.next"); in emitNonZeroVLAInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1739 llvm::Value *baseSizeInChars in emitNonZeroVLAInit() local 1762 Builder.CreateMemCpy(Address(cur, curAlign), src, baseSizeInChars, in emitNonZeroVLAInit() 1767 Builder.CreateInBoundsGEP(CGF.Int8Ty, cur, baseSizeInChars, "vla.next"); in emitNonZeroVLAInit()
|