Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:InBits

79                                    unsigned InBits = 0) {
84 // If InBits is specified, round it to it.
85 if (InBits > NumBits)
86 NumBits = InBits;
1832 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType());
1833 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx);