Searched refs:ScalarCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.cpp487 int ScalarCost = VL.size() * TTI->getCastInstrCost(VL0->getOpcode(), local
492 Cost += (VecCost - ScalarCost);
526 int ScalarCost = VecTy->getNumElements() * local
530 Cost += (VecCost - ScalarCost);

Completed in 100 milliseconds