Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VTy

1004       Type *VTy = VectorType::get(Builder->getFloatTy(),
1007 PointerType::getUnqual(VTy));
1025 Type *VTy = VectorType::get(Builder->getFloatTy(),
1027 Value *TOp = Builder->CreateFPTrunc(II->getArgOperand(0), VTy);
1028 Type *OpPtrTy = PointerType::getUnqual(VTy);
1393 auto *VTy = cast<VectorType>(V->getType());
1394 unsigned NumElts = VTy->getNumElements();