Searched defs:isIntegerTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/ubsan/ | ||
H A D | ubsan_value.h | 116 bool isIntegerTy() const { return getKind() == TK_Integer; } isIntegerTy() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Type.h | 228 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } isIntegerTy() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 56 bool Type::isIntegerTy(unsigned Bitwidth) const { isIntegerTy() function in Type |