Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h421 bool canVectorizeInstrs();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp616 bool LoopVectorizationLegality::canVectorizeInstrs() { in canVectorizeInstrs() function in llvm::LoopVectorizationLegality
1207 if (!canVectorizeInstrs()) { in canVectorize()