Searched refs:GlobalType (Results 1 – 3 of 3) sorted by relevance
259 GlobalType ::= global | constant ;275 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType278 GlobalType ConstVal GlobalVarAttributes280 GlobalType Types GlobalVarAttributes
817 Type *GlobalType = GV->getType()->getElementType(); in getMemoryForGV() local818 size_t S = getTargetData()->getTypeAllocSize(GlobalType); in getMemoryForGV()
1024 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local1026 GlobalType = AllocTy; in OptimizeGlobalAddressOfMalloc()1029 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc()1034 GlobalType, false, in OptimizeGlobalAddressOfMalloc()1036 UndefValue::get(GlobalType), in OptimizeGlobalAddressOfMalloc()