Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h217 bool isVectorTy() const { return getTypeID() == 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h230 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function
/external/llvm-project/llvm/include/llvm/IR/
DType.h231 inline bool isVectorTy() const { in isVectorTy() function
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp113 bool LLVMType::isVectorTy() { return isa<LLVMVectorType>(); } in isVectorTy() function in LLVMType