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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3453       Index = DAG.getNode(
 3454           ISD::SHL, dl, Index.getValueType(), Index,
 3454           ISD::SHL, dl, Index.getValueType(), Index,
 3455           DAG.getConstant(llvm::Log2_32(EntrySize), dl, Index.getValueType()));
 3457       Index = DAG.getNode(ISD::MUL, dl, Index.getValueType(), Index,
 3457       Index = DAG.getNode(ISD::MUL, dl, Index.getValueType(), Index,
 3457       Index = DAG.getNode(ISD::MUL, dl, Index.getValueType(), Index,
 3458                           DAG.getConstant(EntrySize, dl, Index.getValueType()));
 3459     SDValue Addr = DAG.getNode(ISD::ADD, dl, Index.getValueType(),
 3460                                Index, Table);