Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h189 bool isVectorTy() const { return ID == VectorTyID; } in isVectorTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h219 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function
/external/llvm/include/llvm/IR/
DType.h217 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function