Searched refs:FinalIndex (Results 1 – 1 of 1) sorted by relevance
5513 unsigned FinalIndex = Ops.size() - 1; in optimizeGatherScatterInst() local5518 for (unsigned i = 1; i < FinalIndex; ++i) { in optimizeGatherScatterInst()5532 if (Ops[FinalIndex]->getType()->isVectorTy()) { in optimizeGatherScatterInst()5533 if (Value *V = getSplatValue(Ops[FinalIndex])) { in optimizeGatherScatterInst()5537 Ops[FinalIndex] = V; in optimizeGatherScatterInst()5557 if (!Ops[FinalIndex]->getType()->isVectorTy()) { in optimizeGatherScatterInst()5564 Value *Index = Ops[FinalIndex]; in optimizeGatherScatterInst()5569 Ops[FinalIndex] = Constant::getNullValue(ScalarIndexTy); in optimizeGatherScatterInst()