Home
last modified time | relevance | path

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

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