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

Lines Matching refs:VectorType

2747     Assert(cast<VectorType>(SrcTy)->getElementCount() ==
2748 cast<VectorType>(DestTy)->getElementCount(),
2770 Assert(cast<VectorType>(SrcTy)->getElementCount() ==
2771 cast<VectorType>(DestTy)->getElementCount(),
2793 Assert(cast<VectorType>(SrcTy)->getElementCount() ==
2794 cast<VectorType>(DestTy)->getElementCount(),
2816 Assert(cast<VectorType>(SrcTy)->getElementCount() ==
2817 cast<VectorType>(DestTy)->getElementCount(),
2839 auto *VSrc = cast<VectorType>(SrcTy);
2840 auto *VDest = cast<VectorType>(DestTy);
2864 auto *VSrc = cast<VectorType>(SrcTy);
2865 auto *VDest = cast<VectorType>(DestTy);
2889 if (auto *SrcVTy = dyn_cast<VectorType>(SrcTy))
2891 cast<VectorType>(DestTy)->getNumElements(),
3435 if (auto *GEPVTy = dyn_cast<VectorType>(GEP.getType())) {
3441 cast<VectorType>(GEP.getPointerOperandType())->getElementCount(),
3445 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) {
4871 Assert(cast<VectorType>(Mask->getType())->getElementCount() ==
4872 cast<VectorType>(DataTy)->getElementCount(),
4890 Assert(cast<VectorType>(Mask->getType())->getElementCount() ==
4891 cast<VectorType>(DataTy)->getElementCount(),
5013 VectorType *ResultTy;
5020 ResultTy = cast<VectorType>(Call.getType());
5022 cast<VectorType>(Call.getArgOperand(0)->getType())->getElementType();
5024 cast<VectorType>(Call.getArgOperand(1)->getType())->getElementType();
5029 ResultTy = cast<VectorType>(Call.getType());
5031 cast<VectorType>(Call.getArgOperand(0)->getType())->getElementType();
5037 ResultTy = cast<VectorType>(Call.getType());
5045 ResultTy = cast<VectorType>(Call.getArgOperand(0)->getType());
5047 cast<VectorType>(Call.getArgOperand(0)->getType())->getElementType();
5153 if (auto *OperandT = dyn_cast<VectorType>(Operand->getType())) {
5162 if (auto *OperandT = dyn_cast<VectorType>(Operand->getType())) {
5176 if (auto *OperandT = dyn_cast<VectorType>(Operand->getType())) {
5185 if (auto *OperandT = dyn_cast<VectorType>(Operand->getType())) {
5205 auto *OperandVecTy = cast<VectorType>(OperandTy);
5206 auto *ResultVecTy = cast<VectorType>(ResultTy);