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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DType.h180 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } function in class:llvm::Type
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DType.cpp51 bool Type::isIntegerTy(unsigned Bitwidth) const { function in class:Type

Completed in 122 milliseconds