Lines Matching refs:OpTy
4541 Type *OpTy = LF.OperandValToReplace->getType();
4546 Ty = OpTy;
4547 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
4549 Ty = OpTy;
4679 if (ICmpScaledV->getType() != OpTy) {
4682 OpTy, false),
4683 ICmpScaledV, OpTy, "tmp", CI);
4693 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
4695 if (C->getType() != OpTy)
4697 OpTy, false),
4698 C, OpTy);
4767 Type *OpTy = LF.OperandValToReplace->getType();
4768 if (FullV->getType() != OpTy)
4771 OpTy, false),
4797 Type *OpTy = LF.OperandValToReplace->getType();
4798 if (FullV->getType() != OpTy) {
4800 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false),
4801 FullV, OpTy, "tmp", LF.UserInst);