Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VTy

111   Type *VTy = V->getType();
113 (!VTy->isIntOrIntVectorTy() || VTy->getScalarSizeInBits() == BitWidth) &&
136 return UndefValue::get(VTy);
178 return Constant::getNullValue(VTy);
255 return Constant::getIntegerValue(VTy, RHSKnownOne & LHSKnownOne);
268 return Constant::getNullValue(VTy);
293 return Constant::getIntegerValue(VTy, RHSKnownOne | LHSKnownOne);
341 return Constant::getIntegerValue(VTy, IKnownOne);
367 Constant *AndC = Constant::getIntegerValue(VTy,
518 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
783 return Constant::getIntegerValue(VTy, KnownOne);
1087 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType());
1088 if (!VTy) break;
1089 unsigned InVWidth = VTy->getNumElements();