Home
last modified time | relevance | path

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

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