Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1811 bool needsExtract(Value *V, ElementCount VF) const { in needsExtract() function in llvm::LoopVectorizationCostModel
1831 Ops, [this, VF](Value *V) { return this->needsExtract(V, VF); })); in filterExtractingOperands()
6826 else if (needsExtract(J, VF)) { in computePredInstDiscount()