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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h73 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, function in struct:llvm::EVT
85 static EVT getVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { function in struct:llvm::EVT
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h918 static MVT getVectorVT(MVT VT, unsigned NumElements) { function
1084 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { function
1090 static MVT getVectorVT(MVT VT, ElementCount EC) { function

Completed in 184 milliseconds