Home | History | Annotate | Download | only in Scalar

Lines Matching defs:SizeInBits

1810   uint64_t SizeInBits = DL.getTypeSizeInBits(AllocaTy);
1812 if (SizeInBits > IntegerType::MAX_INT_BITS)
1816 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy))
1822 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
1834 bool WholeAllocaOp = (I != E) ? false : DL.isLegalInteger(SizeInBits);