Searched defs:isInstVectorizable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp278 bool isInstVectorizable(Instruction *I, bool &IsSimpleLoadStore);
851 bool BBVectorize::isInstVectorizable(Instruction *I, function in class:__anon26367::BBVectorize
1246 if (!isInstVectorizable(I, IsSimpleLoadStore)) continue;

Completed in 102 milliseconds