Searched defs:getVectorVT (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 68 /// getVectorVT - Returns the EVT that represents a vector NumElements in 70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) { function in struct:llvm::EVT 71 MVT M = MVT::getVectorVT(VT.V, NumElements); 86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); 305 return EVT::getVectorVT(Context, EltVT, getVectorNumElements()); 320 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts);
|
H A D | MachineValueType.h | 297 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); 581 static MVT getVectorVT(MVT VT, unsigned NumElements) { function in class:llvm::MVT
|
Completed in 26 milliseconds