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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp528 /// * Scalars checks - The code in canVectorizeInstrs and canVectorizeMemory
731 bool canVectorizeInstrs();
3416 if (!canVectorizeInstrs()) {
3479 bool LoopVectorizationLegality::canVectorizeInstrs() { function in class:LoopVectorizationLegality

Completed in 114 milliseconds