Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1300 bool AllUndef = true; in getVectorShuffle() local
1304 if (MaskVec[i] >= 0) AllUndef = false; in getVectorShuffle()
1308 if (AllUndef) in getVectorShuffle()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13369 bool AllUndef = true, NoUndef = true; in partitionShuffleOfConcats() local
13372 AllUndef = false; in partitionShuffleOfConcats()
13391 } else if (AllUndef) { in partitionShuffleOfConcats()