Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp10055 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local
10064 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
10065 if (ViableForN[j]) { in canLowerByDroppingEvenElements()
10072 ViableForN[j] = false; in canLowerByDroppingEvenElements()
10079 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
10080 if (ViableForN[j]) in canLowerByDroppingEvenElements()