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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 485 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) {
552 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy,
555 VectorType::getSubdividedVectorType(VTy, NumSubdivs));
603 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy,
606 VectorType::getSubdividedVectorType(VTy, NumSubdivs));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1237 return VectorType::getSubdividedVectorType(VTy, SubDivs);
1551 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs);

Completed in 16 milliseconds