Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp12539 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local
12548 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
12549 if (ViableForN[j]) { in canLowerByDroppingEvenElements()
12556 ViableForN[j] = false; in canLowerByDroppingEvenElements()
12563 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
12564 if (ViableForN[j]) in canLowerByDroppingEvenElements()