Searched refs:GlobalType (Results 1 – 3 of 3) sorted by relevance
261 GlobalType ::= global | constant ;277 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType280 GlobalType ConstVal GlobalVarAttributes282 GlobalType Types GlobalVarAttributes
818 Type *GlobalType = GV->getType()->getElementType(); in getMemoryForGV() local819 size_t S = getDataLayout()->getTypeAllocSize(GlobalType); in getMemoryForGV()
1030 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local1032 GlobalType = AllocTy; in OptimizeGlobalAddressOfMalloc()1035 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc()1040 GlobalType, false, in OptimizeGlobalAddressOfMalloc()1042 UndefValue::get(GlobalType), in OptimizeGlobalAddressOfMalloc()