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

/external/llvm/include/llvm/IR/
H A DType.h198 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
201 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } function in class:llvm::Type

Completed in 265 milliseconds