Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp92 bool widenSubvectorLoad(Instruction &I);
277 bool VectorCombine::widenSubvectorLoad(Instruction &I) { in widenSubvectorLoad() function in VectorCombine
1727 MadeChange |= widenSubvectorLoad(I); in run()