Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1144 LoadInst *IndexedLoad = cast<LoadInst>(HBinOp->getOperand(0)); in findHistogram() local
1145 BasicBlock *LdBB = IndexedLoad->getParent(); in findHistogram()
1152 Histograms.emplace_back(IndexedLoad, HBinOp, HSt); in findHistogram()