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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h116 bool isIntegerTy() const { return getKind() == TK_Integer; } function in class:__ubsan::TypeDescriptor
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } function in class:llvm::Type
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp57 bool Type::isIntegerTy(unsigned Bitwidth) const { function in class:Type

Completed in 164 milliseconds