Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp249 InstructionCost Cost0 = in getShuffleExtract() local
255 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
261 if (Cost0 > Cost1) in getShuffleExtract()
263 if (Cost1 > Cost0) in getShuffleExtract()