Home
last modified time | relevance | path

Searched refs:LLVMScalableVectorTypeKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp151 case LLVMScalableVectorTypeKind: in Clone()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h166 LLVMScalableVectorTypeKind, /**< Scalable SIMD vector type */ enumerator
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go242 ScalableVectorTypeKind TypeKind = C.LLVMScalableVectorTypeKind
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp543 return LLVMScalableVectorTypeKind; in LLVMGetTypeKind()