HomeSort by relevance Sort by last modified time
    Searched defs:IntegerTyID (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 61 IntegerTyID, ///< 9: Arbitrary bit width integers
70 FirstDerivedTyID = IntegerTyID
161 bool isIntegerTy() const { return ID == IntegerTyID; }
221 ID == IntegerTyID || ID == PointerTyID || ID == VectorTyID;
239 if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID ||
  /external/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
193 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
254 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 70 IntegerTyID, ///< 11: Arbitrary bit width integers
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||

Completed in 1541 milliseconds