Lines Matching refs:ICmpScaledV
4567 Value *ICmpScaledV = nullptr; in Expand() local
4588 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr, IP); in Expand()
4635 if (!ICmpScaledV) in Expand()
4636 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset); in Expand()
4638 Ops.push_back(SE.getUnknown(ICmpScaledV)); in Expand()
4639 ICmpScaledV = ConstantInt::get(IntTy, Offset); in Expand()
4674 if (ICmpScaledV->getType() != OpTy) { in Expand()
4676 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4678 ICmpScaledV, OpTy, "tmp", CI); in Expand()
4679 ICmpScaledV = Cast; in Expand()
4681 CI->setOperand(1, ICmpScaledV); in Expand()