Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:InBits

161                                    unsigned InBits = 0) {
166 // If InBits is specified, round it to it.
167 if (InBits > NumBits)
168 NumBits = InBits;
2132 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType());
2133 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx);