Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1787 bool needsExtract(Value *V, ElementCount VF) const { in needsExtract() function in llvm::LoopVectorizationCostModel
1807 Ops, [this, VF](Value *V) { return this->needsExtract(V, VF); })); in filterExtractingOperands()
6269 else if (needsExtract(J, VF)) { in computePredInstDiscount()