• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/

Lines Matching refs:VectorType

377   auto VT = cast<VectorType>(Vec->getType());
408 cast<VectorType>(AmtVT)->getElementType() == SVT &&
410 unsigned NumAmtElts = cast<VectorType>(AmtVT)->getNumElements();
435 cast<VectorType>(AmtVT)->getElementType() == SVT &&
525 auto VT = cast<VectorType>(II.getType());
623 auto *ArgTy = cast<VectorType>(Arg0->getType());
626 assert(cast<VectorType>(ResTy)->getNumElements() == (2 * NumSrcElts) &&
688 auto *ArgTy = dyn_cast<VectorType>(Arg->getType());
699 Type *IntegerVecTy = VectorType::getInteger(ArgTy);
742 VectorType *VecTy = cast<VectorType>(II.getType());
985 auto *VecTy = cast<VectorType>(II.getType());
1030 auto *VecTy = cast<VectorType>(II.getType());
1078 auto *VecTy = cast<VectorType>(II.getType());
1471 auto *VecTy = cast<VectorType>(II.getType());
2508 VectorType::get(Builder.getFloatTy(),
2509 cast<VectorType>(II->getType())->getElementCount());
2529 Type *VTy = VectorType::get(
2531 cast<VectorType>(II->getArgOperand(0)->getType())->getElementCount());
2680 unsigned VWidth = cast<VectorType>(Arg->getType())->getNumElements();
2730 unsigned VWidth = cast<VectorType>(Arg0->getType())->getNumElements();
2949 unsigned VWidth = cast<VectorType>(Arg1->getType())->getNumElements();
3016 unsigned VWidth = cast<VectorType>(Arg0->getType())->getNumElements();
3056 unsigned VWidth0 = cast<VectorType>(Op0->getType())->getNumElements();
3057 unsigned VWidth1 = cast<VectorType>(Op1->getType())->getNumElements();
3095 unsigned VWidth = cast<VectorType>(Op0->getType())->getNumElements();
3117 unsigned VWidth = cast<VectorType>(Op0->getType())->getNumElements();
3120 cast<VectorType>(Op1->getType())->getNumElements() == 2 &&
3151 unsigned VWidth0 = cast<VectorType>(Op0->getType())->getNumElements();
3152 unsigned VWidth1 = cast<VectorType>(Op1->getType())->getNumElements();
3220 cast<VectorType>(Mask->getType())->getNumElements();
3222 cast<VectorType>(II->getType())->getNumElements();
3313 assert(cast<VectorType>(Mask->getType())->getNumElements() == 16 &&
3416 VectorType *NewVT = cast<VectorType>(II->getType());
3470 cast<VectorType>(II->getType())->getNumElements(),