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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
TFUtils.h 70 size_t getElementCount() const { return ElementCount; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 436 return VectorType::get(ElementType, Other->getElementCount());
446 return VectorType::get(EltTy, VTy->getElementCount());
454 return VectorType::get(EltTy->getExtendedType(), VTy->getElementCount());
479 return VectorType::get(EltTy, VTy->getElementCount());
496 auto EltCnt = VTy->getElementCount();
506 auto EltCnt = VTy->getElementCount();
517 inline ElementCount getElementCount() const;
629 inline ElementCount VectorType::getElementCount() const {
705 return VectorType::get(EltTy, VTy->getElementCount());

Completed in 17 milliseconds