Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:InBits

71                                    unsigned InBits = 0) {
76 // If InBits is specified, round it to it.
77 if (InBits > NumBits)
78 NumBits = InBits;
1506 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
1507 const MCExpr *MaskExpr = MCConstantExpr::Create(~0ULL >> (64-InBits), Ctx);