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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6338   assert(Index < ByteWidth && "invalid index requested");
 6343     auto LHS = calculateByteProvider(Op->getOperand(0), Index, Depth + 1);
 6346     auto RHS = calculateByteProvider(Op->getOperand(1), Index, Depth + 1);
 6366     return Index < ByteShift
 6368                : calculateByteProvider(Op->getOperand(0), Index - ByteShift,
 6380     if (Index >= NarrowByteWidth)
 6384     return calculateByteProvider(NarrowOp, Index, Depth + 1);
 6387     return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1,
 6399     if (Index >= NarrowByteWidth)
 6403     return ByteProvider::getMemory(L, Index);