Searched defs:AllUndef (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1300 bool AllUndef = true; local
1304 if (MaskVec[i] >= 0) AllUndef = false;
1308 if (AllUndef)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13369 bool AllUndef = true, NoUndef = true; local
13372 AllUndef = false;
13391 } else if (AllUndef) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5142 bool AllUndef = true; local
5146 AllUndef &= Op.isUndef();
5149 if (AllUndef)
[all...]

Completed in 185 milliseconds