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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4309 Value *ICmpScaledV = 0; local
4325 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, 0, IP);
4368 if (!ICmpScaledV)
4369 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset);
4371 Ops.push_back(SE.getUnknown(ICmpScaledV));
4372 ICmpScaledV = ConstantInt::get(IntTy, Offset);
4407 if (ICmpScaledV->getType() != OpTy) {
4409 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false,
4411 ICmpScaledV, OpTy, "tmp", CI);
4412 ICmpScaledV
[all...]

Completed in 288 milliseconds