Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10326 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingElements() local
10335 for (unsigned j = 0; j != std::size(ViableForN); ++j) in canLowerByDroppingElements()
10336 if (ViableForN[j]) { in canLowerByDroppingElements()
10343 ViableForN[j] = false; in canLowerByDroppingElements()
10350 for (unsigned j = 0; j != std::size(ViableForN); ++j) in canLowerByDroppingElements()
10351 if (ViableForN[j]) in canLowerByDroppingElements()