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

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1528   Value *P = PV.P, *Q = PV.Q, *P0 = P;
 1528   Value *P = PV.P, *Q = PV.Q, *P0 = P;
 1529   unsigned IC = PV.IterCount;
 1531   if (PV.M != nullptr)
 1532     P0 = P = B.CreateXor(P, PV.M);
 1537   if (PV.IterCount != 32)
 1540   if (PV.Inv) {
 1541     auto *QI = dyn_cast<ConstantInt>(PV.Q);
 1545     unsigned M = (1 << PV.IterCount) - 1;
 1557   if (PV.M != nullptr)