Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:InBits

78                                    unsigned InBits = 0) {
83 // If InBits is specified, round it to it.
84 if (InBits > NumBits)
85 NumBits = InBits;
1645 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType());
1646 const MCExpr *MaskExpr = MCConstantExpr::Create(~0ULL >> (64-InBits), Ctx);