Home
last modified time | relevance | path

Searched refs:ICmpScaledV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4567 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()
[all …]