Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StoreSize

866   uint64_t StoreSize = TD->getTypeStoreSize(A->getType());
867 if (StoreSize != TD->getTypeStoreSize(B->getType()) || StoreSize > 128)
870 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);