Lines Matching defs:OpTy
5700 Type *OpTy = LF.OperandValToReplace->getType();
5705 Ty = OpTy;
5706 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
5708 Ty = OpTy;
5836 if (ICmpScaledV->getType() != OpTy) {
5838 CastInst::getCastOpcode(ICmpScaledV, false, OpTy, false),
5839 ICmpScaledV, OpTy, "tmp", CI->getIterator());
5849 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
5851 if (C->getType() != OpTy) {
5853 CastInst::getCastOpcode(C, false, OpTy, false), C, OpTy,
5937 Type *OpTy = LF.OperandValToReplace->getType();
5938 if (FullV->getType() != OpTy)
5940 CastInst::getCastOpcode(FullV, false, OpTy, false), FullV,
6011 Type *OpTy = LF.OperandValToReplace->getType();
6012 if (FullV->getType() != OpTy) {
6014 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false),
6015 FullV, OpTy, "tmp", LF.UserInst->getIterator());