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.cpp126 bool scalarizeLoadExtract(Instruction &I);
1668 bool VectorCombine::scalarizeLoadExtract(Instruction &I) { in scalarizeLoadExtract() function in VectorCombine
3737 MadeChange |= scalarizeLoadExtract(I); in run()