Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2500 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
2502 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
2515 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
2517 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
2597 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
2600 Bld.CreateNUWMul(ScratchpadWidth, ElementSizeInChars));