Lines Matching defs:OpTy
5702 Type *OpTy = LF.OperandValToReplace->getType();
5707 Ty = OpTy;
5708 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
5710 Ty = OpTy;
5838 if (ICmpScaledV->getType() != OpTy) {
5840 CastInst::getCastOpcode(ICmpScaledV, false, OpTy, false),
5841 ICmpScaledV, OpTy, "tmp", CI->getIterator());
5851 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
5853 if (C->getType() != OpTy) {
5855 CastInst::getCastOpcode(C, false, OpTy, false), C, OpTy,
5933 Type *OpTy = LF.OperandValToReplace->getType();
5934 if (FullV->getType() != OpTy)
5936 CastInst::getCastOpcode(FullV, false, OpTy, false), FullV,
6005 Type *OpTy = LF.OperandValToReplace->getType();
6006 if (FullV->getType() != OpTy) {
6008 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false),
6009 FullV, OpTy, "tmp", LF.UserInst->getIterator());