Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp110 bool scalarizeLoadExtract(Instruction &I);
1131 bool VectorCombine::scalarizeLoadExtract(Instruction &I) { in scalarizeLoadExtract() function in VectorCombine
1730 MadeChange |= scalarizeLoadExtract(I); in run()