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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h211 unsigned NElts = getVectorNumElements();
221 unsigned NElts = getVectorNumElements();
263 unsigned getVectorNumElements() const { function in class:llvm::MVT
499 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
626 /// getVectorNumElements - Given a vector type, return the number of
628 unsigned getVectorNumElements() const { function in struct:llvm::EVT
631 return V.getVectorNumElements();
683 unsigned NElts = getVectorNumElements();
691 unsigned NElts = getVectorNumElements();
/external/llvm/lib/VMCore/
H A DType.cpp233 unsigned Type::getVectorNumElements() const { function in class:Type

Completed in 81 milliseconds