HomeSort by: relevance | last modified time | path
    Searched refs:ElementQuantity (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 411 /// - For FixedVectorType = <ElementQuantity x ty>, there are
412 /// exactly ElementQuantity elements in this vector.
413 /// - For ScalableVectorType = <vscale x ElementQuantity x ty>,
414 /// there are vscale * ElementQuantity elements in this vector, where
416 const unsigned ElementQuantity;
570 unsigned getNumElements() const { return ElementQuantity; }
622 uint64_t getMinNumElements() const { return ElementQuantity; }
630 return ElementCount::get(ElementQuantity, isa<ScalableVectorType>(this));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 623 ElementQuantity(EQ) {

Completed in 28 milliseconds