Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_value.h117 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/external/llvm/include/llvm/IR/
DType.h186 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/external/llvm/lib/IR/
DType.cpp53 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type