Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SizeInBits

1654   unsigned SizeInBits = Ty->getPrimitiveSizeInBits();
1655 if (Ty->isVectorTy() || SizeInBits > DL->getLargestLegalIntTypeSize())
1685 Value *BitWidth = Builder.getInt(APInt(SizeInBits, SizeInBits));