Searched refs:ICmpScaledV (Results 1 – 1 of 1) sorted by relevance
4492 Value *ICmpScaledV = nullptr; in Expand() local4513 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()[all …]