Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:VTy

108   Type *VTy = V->getType();
109 assert((DL || !VTy->isPointerTy()) &&
111 assert((!DL || DL->getTypeSizeInBits(VTy->getScalarType()) == BitWidth) &&
112 (!VTy->isIntOrIntVectorTy() ||
113 VTy->getScalarSizeInBits() == BitWidth) &&
136 return UndefValue::get(VTy);
176 return Constant::getNullValue(VTy);
256 return Constant::getNullValue(VTy);
337 Constant *AndC = Constant::getIntegerValue(VTy,
482 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
824 return Constant::getIntegerValue(VTy, KnownOne);
1122 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType());
1123 if (!VTy) break;
1124 unsigned InVWidth = VTy->getNumElements();