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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 777 auto *V1VTy = CondV->getType();
780 for (unsigned i = 0, e = V1VTy->getNumElements(); i != e; ++i) {
801 if (Result.size() == V1VTy->getNumElements())
962 auto *V1VTy = cast<VectorType>(V1->getType());
965 ElementCount::get(MaskNumElts, isa<ScalableVectorType>(V1VTy));
966 Type *EltTy = V1VTy->getElementType();
984 if (isa<ScalableVectorType>(V1VTy))
987 unsigned SrcNumElts = V1VTy->getElementCount().getKnownMinValue();
Constants.cpp 2595 auto V1VTy = cast<VectorType>(V1->getType());
2596 Type *EltTy = V1VTy->getElementType();
2597 bool TypeIsScalable = isa<ScalableVectorType>(V1VTy);

Completed in 46 milliseconds