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

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

Completed in 142 milliseconds