Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h1129 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() function
1329 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT() function
1335 static MVT getVectorVT(MVT VT, ElementCount EC) { in getVectorVT() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h84 static EVT getVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { in getVectorVT() function