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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13175     EVT IntVT = Int.getValueType();
13188       Int = DAG.getNode(ISD::XOR, DL0, IntVT, Int,
13188       Int = DAG.getNode(ISD::XOR, DL0, IntVT, Int,
13190       AddToWorklist(Int.getNode());
13191       return DAG.getBitcast(VT, Int);