Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1754 bool needsExtract(Value *V, ElementCount VF) const { in needsExtract() function in llvm::LoopVectorizationCostModel
1774 Ops, [this, VF](Value *V) { return this->needsExtract(V, VF); })); in filterExtractingOperands()
6195 else if (needsExtract(J, VF)) { in computePredInstDiscount()