Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h199 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } in isIntOrIntVectorTy() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp57 bool Type::isIntOrIntVectorTy() const { in isIntOrIntVectorTy() function in Type