Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.h116 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/external/compiler-rt/lib/ubsan/
Dubsan_value.h117 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h108 bool isIntegerTy() { return isa<LLVMIntegerType>(); } 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/llvm-project/llvm/include/llvm/IR/
DType.h198 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp77 bool LLVMType::isIntegerTy(unsigned bitwidth) { in isIntegerTy() function in LLVMType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp57 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type
/external/llvm-project/llvm/lib/IR/
DType.cpp58 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