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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19111       if (Idx < 0) {
19113         Mask.push_back(Idx);
19118       if (Idx < (int)NumElts) {
19121         Idx = OtherSV->getMaskElt(Idx);
19121         Idx = OtherSV->getMaskElt(Idx);
19122         if (Idx < 0) {
19124           Mask.push_back(Idx);
19128         CurrentVec = (Idx < (int) NumElts) ? OtherSV->getOperand(0)
19143       Idx = Idx % NumElts;
19143       Idx = Idx % NumElts;
19148         Mask.push_back(Idx);
19159       Mask.push_back(Idx + NumElts);