reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAG.h
  889   bool isUndef(unsigned Opcode, ArrayRef<SDValue> Ops);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3592   if (DAG.isUndef(Opc, {N0, N1}))
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 4802   if (isUndef(Opcode, {SDValue(N1, 0), SDValue(N2, 0)}))
 4892   if (isUndef(Opcode, Ops))