Lines Matching refs:ICmpScaledV
4492 Value *ICmpScaledV = nullptr; in Expand() local
4513 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr, &*IP); in Expand()
4560 if (!ICmpScaledV) in Expand()
4561 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset); in Expand()
4563 Ops.push_back(SE.getUnknown(ICmpScaledV)); in Expand()
4564 ICmpScaledV = ConstantInt::get(IntTy, Offset); in Expand()
4599 if (ICmpScaledV->getType() != OpTy) { in Expand()
4601 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4603 ICmpScaledV, OpTy, "tmp", CI); in Expand()
4604 ICmpScaledV = Cast; in Expand()
4606 CI->setOperand(1, ICmpScaledV); in Expand()