Home
last modified time | relevance | path

Searched defs:needsExtract (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.h267 bool needsExtract() const { return isa<Action *>(V); } in needsExtract() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1664 bool needsExtract(Value *V, ElementCount VF) const { in needsExtract() function in llvm::LoopVectorizationCostModel