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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h187 /// isVectorTy - True if this is an instance of VectorType.
189 bool isVectorTy() const { return ID == VectorTyID; } function in class:llvm::Type
/external/llvm/include/llvm/IR/
H A DType.h217 bool isVectorTy() const { return getTypeID() == VectorTyID; } function in class:llvm::Type
239 isPointerTy() || isVectorTy();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h219 bool isVectorTy() const { return getTypeID() == VectorTyID; } function in class:llvm::Type
241 isPointerTy() || isVectorTy();

Completed in 151 milliseconds