Home
last modified time | relevance | path

Searched defs:isIntegerTy (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_value.h117 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h161 bool isIntegerTy() const { return ID == IntegerTyID; } in isIntegerTy() function
/external/llvm/include/llvm/IR/
DType.h193 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h195 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp57 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp50 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type
/external/llvm/lib/IR/
DType.cpp50 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type