Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/magic/support/
H A DEDIType.h249 inline bool EDIType::isVectorTy() const { in isVectorTy() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h226 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function