Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp114 bool scalarizeLoadExtract(Instruction &I);
1305 bool VectorCombine::scalarizeLoadExtract(Instruction &I) { in scalarizeLoadExtract() function in VectorCombine
2537 MadeChange |= scalarizeLoadExtract(I); in run()