Lines Matching defs:bitwidth
56 // If the source number uses less active bits than the target bitwidth, then
65 // want to change the bitwidth. Emit a message at least.
131 /// bitwidth.
190 return op.emitError("bitwidth emulation is not implemented yet on "
654 // bitwidth. Here we need to use the original source and result type's
655 // bitwidth.
721 // bitwidth.
722 unsigned bitwidth =
725 dstType, llvm::maskTrailingOnes<uint64_t>(bitwidth), rewriter,
791 // bitwidth.
951 "bitwidth emulation is not implemented yet on unsigned op"); \