HomeSort by relevance Sort by last modified time
    Searched defs:IntegerTyID (Results 1 - 17 of 17) 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-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/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
258 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
258 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 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() ||
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
258 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
258 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 71 IntegerTyID, ///< 11: Arbitrary bit width integers
197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
264 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||

Completed in 1258 milliseconds