Lines Matching refs:OpTy
4463 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
4468 Ty = OpTy; in Expand()
4469 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy)) in Expand()
4471 Ty = OpTy; in Expand()
4599 if (ICmpScaledV->getType() != OpTy) { in Expand()
4602 OpTy, false), in Expand()
4603 ICmpScaledV, OpTy, "tmp", CI); in Expand()
4613 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy), in Expand()
4615 if (C->getType() != OpTy) in Expand()
4617 OpTy, false), in Expand()
4618 C, OpTy); in Expand()
4688 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
4689 if (FullV->getType() != OpTy) in RewriteForPHI()
4692 OpTy, false), in RewriteForPHI()
4718 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
4719 if (FullV->getType() != OpTy) { in Rewrite()
4721 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
4722 FullV, OpTy, "tmp", LF.UserInst); in Rewrite()