Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h82 int64_t &getInt() { in getInt() function
102 int64_t getInt() const { in getInt() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h88 int64_t getInt() const { return Constant.Int; } in getInt() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp247 template <typename IntTy> static Error getInt(StringRef R, IntTy &Result) { in getInt() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp39 int64_t getInt(Record *R, StringRef Field) { getInt() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h496 ConstantInt *getInt(const APInt &AI) { getInt() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp498 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops, in getInt() function in HexagonTargetLowering