reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1033 if (StoreSize != DL.getTypeStoreSize(B->getType()) || StoreSize > 128) 1033 if (StoreSize != DL.getTypeStoreSize(B->getType()) || StoreSize > 128) 1036 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);