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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h237 unsigned NElts = getVectorNumElements();
247 unsigned NElts = getVectorNumElements();
301 unsigned getVectorNumElements() const { function in class:llvm::MVT
607 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
744 /// getVectorNumElements - Given a vector type, return the number of
746 unsigned getVectorNumElements() const { function in struct:llvm::EVT
749 return V.getVectorNumElements();
801 unsigned NElts = getVectorNumElements();
809 unsigned NElts = getVectorNumElements();
/external/llvm/lib/IR/
H A DType.cpp214 unsigned Type::getVectorNumElements() const { function in class:Type

Completed in 79 milliseconds