Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp14318 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local
14327 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
14328 if (ViableForN[j]) { in canLowerByDroppingEvenElements()
14335 ViableForN[j] = false; in canLowerByDroppingEvenElements()
14342 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
14343 if (ViableForN[j]) in canLowerByDroppingEvenElements()