Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DType.h196 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/freebsd-10-stable/contrib/llvm/lib/IR/
DType.cpp58 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type