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

References

lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
 1452       for (unsigned i = 0; i != VWidth; ++i) {
 1452       for (unsigned i = 0; i != VWidth; ++i) {
 1453         Elts[i] = C->getAggregateElement(i);  // Handle undef, etc.
 1453         Elts[i] = C->getAggregateElement(i);  // Handle undef, etc.
 1454         if (ConstantInt *RHS = dyn_cast<ConstantInt>(Elts[i])) {
 1456             Elts[i] = cast<ConstantInt>(ConstantExpr::getNeg(RHS));