Searched refs:FinalIndex (Results 1 – 1 of 1) sorted by relevance
5540 unsigned FinalIndex = Ops.size() - 1; in optimizeGatherScatterInst() local5545 for (unsigned i = 1; i < FinalIndex; ++i) { in optimizeGatherScatterInst()5559 if (Ops[FinalIndex]->getType()->isVectorTy()) { in optimizeGatherScatterInst()5560 if (Value *V = getSplatValue(Ops[FinalIndex])) { in optimizeGatherScatterInst()5564 Ops[FinalIndex] = V; in optimizeGatherScatterInst()5584 if (!Ops[FinalIndex]->getType()->isVectorTy()) { in optimizeGatherScatterInst()5594 Value *Index = Ops[FinalIndex]; in optimizeGatherScatterInst()5599 Ops[FinalIndex] = Constant::getNullValue(ScalarIndexTy); in optimizeGatherScatterInst()