Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1689 QualType destValueType = AT->getValueType(); in emitForMemory() local
1690 C = emitForMemory(CGM, C, destValueType); in emitForMemory()
1692 uint64_t innerSize = CGM.getContext().getTypeSize(destValueType); in emitForMemory()