Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:VTy

107   Type *VTy = V->getType();
108 assert((TD || !VTy->isPointerTy()) &&
110 assert((!TD || TD->getTypeSizeInBits(VTy->getScalarType()) == BitWidth) &&
111 (!VTy->isIntOrIntVectorTy() ||
112 VTy->getScalarSizeInBits() == BitWidth) &&
135 return UndefValue::get(VTy);
175 return Constant::getNullValue(VTy);
255 return Constant::getNullValue(VTy);
336 Constant *AndC = Constant::getIntegerValue(VTy,
481 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
824 return Constant::getIntegerValue(VTy, KnownOne);
1117 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType());
1118 if (!VTy) break;
1119 unsigned InVWidth = VTy->getNumElements();