Searched refs:ICmpScaledV (Results 1 – 1 of 1) sorted by relevance
5725 Value *ICmpScaledV = nullptr; in Expand() local5744 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr); in Expand()5796 if (!ICmpScaledV) in Expand()5797 ICmpScaledV = in Expand()5800 Ops.push_back(SE.getUnknown(ICmpScaledV)); in Expand()5801 ICmpScaledV = ConstantInt::get(IntTy, Offset.getFixedValue()); in Expand()5836 if (ICmpScaledV->getType() != OpTy) { in Expand()5838 CastInst::getCastOpcode(ICmpScaledV, false, OpTy, false), in Expand()5839 ICmpScaledV, OpTy, "tmp", CI->getIterator()); in Expand()5840 ICmpScaledV = Cast; in Expand()[all …]