Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/magic/support/
H A DEDIType.h233 inline bool EDIType::isIntegerTy() const { in isIntegerTy() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h193 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp58 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type