Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp92 bool widenSubvectorLoad(Instruction &I);
278 bool VectorCombine::widenSubvectorLoad(Instruction &I) { in widenSubvectorLoad() function in VectorCombine
1877 MadeChange |= widenSubvectorLoad(I); in run()