Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp3005 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
3007 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
3020 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
3022 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
3088 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
3091 Bld.CreateNUWMul(ScratchpadWidth, ElementSizeInChars));