Searched defs:IntegerTyID (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h61 IntegerTyID, ///< 9: Arbitrary bit width integers enumerator in enum:llvm::Type::TypeID
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/
H A DType.h70 IntegerTyID, ///< 11: Arbitrary bit width integers enumerator in enum:llvm::Type::TypeID
193 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
254 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h70 IntegerTyID, ///< 11: Arbitrary bit width integers enumerator in enum:llvm::Type::TypeID
195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
256 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||

Completed in 61 milliseconds