Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はllvmliteを使用しようとしています.llvmliteのドキュメントには次のように書かれていますIntType:
IntType
class llvmlite.ir.IntType(bits) 整数の型。Python 整数ビットは、この型を持つ整数のビット幅を指定します。 width ビット単位の幅。
class llvmlite.ir.IntType(bits)
整数の型。Python 整数ビットは、この型を持つ整数のビット幅を指定します。
width
ビット単位の幅。
署名されているか署名されていないintですか?他のタイプの int を使用するにはどうすればよいですか (例:IntTypeが符号付きの場合、符号なし変数を作成する方法)。出来ますか?