Searched refs:GlobalType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSGlobalInfoPass.cpp75 auto GlobalType = GV.getType()->getPointerElementType(); local
78 uint32_t result = getRsDataTypeForType(GlobalType);
81 if (GlobalType->isPointerTy()) {
154 auto GlobalType = GV.getType()->getPointerElementType(); variable
155 auto TypeSize = DL.getTypeAllocSize(GlobalType);

Completed in 58 milliseconds