Lines Matching full:apint
25 #include "llvm/ADT/APInt.h"
51 ConstantInt(IntegerType *Ty, const APInt& V);
52 APInt Val;
78 /// value V will be canonicalized to a an unsigned APInt. Accessing it with
87 static ConstantInt *get(LLVMContext &Context, const APInt &V);
96 static Constant *get(Type* Ty, const APInt& V);
98 /// Return the constant as an APInt value reference. This allows clients to
101 inline const APInt &getValue() const {