HomeSort by: relevance | last modified time | path
    Searched defs:getInt (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
PointerIntPair.h 61 IntType getInt() const { return (IntType)Info::getInt(Value); }
171 static intptr_t getInt(intptr_t Value) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp 229 template <typename IntTy> static Error getInt(StringRef R, IntTy &Result) {
240 if (Error Err = getInt<IntTy>(R, Result))
249 if (Error Err = getInt(R, AddrSpace))
279 if (Error Err = getInt(Split.first, AS))
307 if (Error Err = getInt(Tok, AddrSpace))
383 if (Error Err = getInt(Tok, Size))
432 if (Error Err = getInt(Tok, Width))
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 82 int64_t &getInt() {
102 int64_t getInt() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 85 int64_t getInt() const { return Constant.Int; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 314 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops,
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SearchableTableEmitter.cpp 40 int getInt(Record *R, StringRef Field) {
217 return getInt(Rec, Index.Fields[0].Name);
588 Value = getInt(EntryRec, ValueField);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 415 APSInt &getInt() {
419 const APSInt &getInt() const {
420 return const_cast<APValue*>(this)->getInt();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 153 RCInt getInt() const {
164 return isInt() ? Twine(getInt()) : Twine(getString());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 494 ConstantInt *getInt(const APInt &AI) {

Completed in 59 milliseconds