Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:InBits

74                                    unsigned InBits = 0) {
79 // If InBits is specified, round it to it.
80 if (InBits > NumBits)
81 NumBits = InBits;
1523 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
1524 const MCExpr *MaskExpr = MCConstantExpr::Create(~0ULL >> (64-InBits), Ctx);