Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1599 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
1601 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
1614 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
1616 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
1698 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
1701 Bld.CreateNUWMul(ScratchpadWidth, ElementSizeInChars));