HomeSort by relevance Sort by last modified time
    Searched refs:GlobalType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 75 auto GlobalType = GV.getType()->getPointerElementType();
78 uint32_t result = getRsDataTypeForType(GlobalType);
81 if (GlobalType->isPointerTy()) {
149 auto GlobalType = GV.getType()->getPointerElementType();
150 auto TypeSize = DL.getTypeAllocSize(GlobalType);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 834 Type *GlobalType;
836 GlobalType = AllocTy;
    [all...]

Completed in 39 milliseconds