Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp353 InstructionCost Cost0 = in getShuffleExtract() local
359 if (!Cost0.isValid() && !Cost1.isValid()) in getShuffleExtract()
365 if (Cost0 > Cost1) in getShuffleExtract()
367 if (Cost1 > Cost0) in getShuffleExtract()