Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Idx

524     Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
528 if (Constant *CRHS = dyn_cast<Constant>(Idx))
544 IP->getOperand(0) == V && IP->getOperand(1) == Idx)
555 if (!L->isLoopInvariant(V) || !L->isLoopInvariant(Idx)) break;
564 Value *GEP = Builder.CreateGEP(V, Idx, "uglygep");