reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5188 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, nullptr); 5235 if (!ICmpScaledV) 5236 ICmpScaledV = ConstantInt::get(IntTy, -(uint64_t)Offset); 5238 Ops.push_back(SE.getUnknown(ICmpScaledV)); 5239 ICmpScaledV = ConstantInt::get(IntTy, Offset); 5274 if (ICmpScaledV->getType() != OpTy) { 5276 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, 5278 ICmpScaledV, OpTy, "tmp", CI); 5279 ICmpScaledV = Cast; 5281 CI->setOperand(1, ICmpScaledV);