Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } in isIntOrIntVectorTy() function
207 bool isIntOrIntVectorTy(unsigned BitWidth) const { in isIntOrIntVectorTy() function
/external/llvm/include/llvm/IR/
DType.h199 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } in isIntOrIntVectorTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h201 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