Searched refs:AllUndef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1316 bool AllUndef = true; local
1320 if (MaskVec[i] >= 0) AllUndef = false;
1324 if (AllUndef)
H A DDAGCombiner.cpp7499 bool AllUndef = true; local
7504 AllUndef = false;
7532 if (AllUndef)

Completed in 153 milliseconds