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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6343     auto LHS = calculateByteProvider(Op->getOperand(0), Index, Depth + 1);
 6346     auto RHS = calculateByteProvider(Op->getOperand(1), Index, Depth + 1);
 6368                : calculateByteProvider(Op->getOperand(0), Index - ByteShift,
 6384     return calculateByteProvider(NarrowOp, Index, Depth + 1);
 6387     return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1,
 6688     auto P = calculateByteProvider(SDValue(N, 0), i, 0, /*Root=*/true);