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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 3676           (StartIdx[Input] >= 0 && StartIdx[Input] != NewStartIdx))
 3676           (StartIdx[Input] >= 0 && StartIdx[Input] != NewStartIdx))
 3680       StartIdx[Input] = NewStartIdx;
 3683     if (StartIdx[0] < 0 && StartIdx[1] < 0) {
 3683     if (StartIdx[0] < 0 && StartIdx[1] < 0) {
 3691         if (StartIdx[Input] < 0)
 3696               DAG.getConstant(StartIdx[Input], DL,
 3705           Idx -= SrcNumElts + StartIdx[1] - MaskNumElts;
 3707           Idx -= StartIdx[0];