Searched refs:needsExtract (Results 1 – 1 of 1) sorted by relevance
1811 bool needsExtract(Value *V, ElementCount VF) const { in needsExtract() function in llvm::LoopVectorizationCostModel1831 Ops, [this, VF](Value *V) { return this->needsExtract(V, VF); })); in filterExtractingOperands()6826 else if (needsExtract(J, VF)) { in computePredInstDiscount()