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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19412   SDValue N0 = N->getOperand(0);
19414   unsigned Opcode = N->getOpcode();
19418     SDLoc dl(N);
19422     if (Res.getValueType() != N->getValueType(0))
19423       Res = DAG.getNode(ISD::ANY_EXTEND, dl, N->getValueType(0), Res);
19435       return DAG.getNode(NewOpcode, SDLoc(N), N->getValueType(0), N0);
19435       return DAG.getNode(NewOpcode, SDLoc(N), N->getValueType(0), N0);