|
LLZK 0.1.0
Veridise's ZK Language IR
|
#include "llzk/Util/DynamicAPIntHelper.h"#include <llvm/ADT/ArrayRef.h>#include <llvm/Support/raw_ostream.h>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | llzk |
Functions | |
| DynamicAPInt | llzk::operator& (const DynamicAPInt &lhs, const DynamicAPInt &rhs) |
| DynamicAPInt | llzk::operator| (const DynamicAPInt &lhs, const DynamicAPInt &rhs) |
| DynamicAPInt | llzk::operator^ (const DynamicAPInt &lhs, const DynamicAPInt &rhs) |
| DynamicAPInt | llzk::operator<< (const DynamicAPInt &lhs, const DynamicAPInt &rhs) |
| DynamicAPInt | llzk::operator>> (const DynamicAPInt &lhs, const DynamicAPInt &rhs) |
| DynamicAPInt | llzk::toDynamicAPInt (StringRef str) |
| DynamicAPInt | llzk::toDynamicAPInt (const APSInt &i) |
| APSInt | llzk::toAPSInt (const DynamicAPInt &i) |