Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp1912 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
1914 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
1927 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
1929 Bld.CreateNUWMul(ElementSizeInChars, ScratchpadIndex);
2009 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType()); local
2012 Bld.CreateNUWMul(ScratchpadWidth, ElementSizeInChars));