Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DPointerIntPair.h61 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h82 int64_t &getInt() { in getInt() function
102 int64_t getInt() const { in getInt() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h85 int64_t getInt() const { return Constant.Int; } in getInt() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDataLayout.cpp229 template <typename IntTy> static Error getInt(StringRef R, IntTy &Result) { in getInt() function
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp40 int getInt(Record *R, StringRef Field) { in getInt() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h494 ConstantInt *getInt(const APInt &AI) { in getInt() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp314 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops, in getInt() function in HexagonTargetLowering