Searched refs:FinalIndex (Results 1 – 1 of 1) sorted by relevance
5638 unsigned FinalIndex = Ops.size() - 1; in optimizeGatherScatterInst() local5643 for (unsigned i = 1; i < FinalIndex; ++i) { in optimizeGatherScatterInst()5657 if (Ops[FinalIndex]->getType()->isVectorTy()) { in optimizeGatherScatterInst()5658 if (Value *V = getSplatValue(Ops[FinalIndex])) { in optimizeGatherScatterInst()5662 Ops[FinalIndex] = V; in optimizeGatherScatterInst()5682 if (!Ops[FinalIndex]->getType()->isVectorTy()) { in optimizeGatherScatterInst()5691 Value *Index = Ops[FinalIndex]; in optimizeGatherScatterInst()5696 Ops[FinalIndex] = Constant::getNullValue(ScalarIndexTy); in optimizeGatherScatterInst()