Home
last modified time | relevance | path

Searched refs:FinalIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5540 unsigned FinalIndex = Ops.size() - 1; in optimizeGatherScatterInst() local
5545 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()