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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
  687     if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/1,
  770   if (isScaledConstantInRange(N, /*Scale=*/1, 0, 0x1000, Val))
  806   if (isScaledConstantInRange(N, /*Scale=*/1, 0, 0x1000, Val)) { // 12 bits.
  826   if (isScaledConstantInRange(N, /*Scale=*/1, 0, 0x1000, Val)) { // 12 bits.
  869   if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/1,
  905   if (isScaledConstantInRange(N, /*Scale=*/1, 0, 256, Val)) { // 12 bits.
  941   if (isScaledConstantInRange(N.getOperand(1), Scale, -255, 256, RHSC)) {
 1113   if (isScaledConstantInRange(N.getOperand(1), Scale, 0, 32, RHSC)) {
 1162     if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/4, 0, 256, RHSC)) {
 1192     if (isScaledConstantInRange(N.getOperand(1), 1 << Shift, -0x7f, 0x80,
 1305   if (isScaledConstantInRange(N, /*Scale=*/1, 0, 0x100, RHSC)) { // 8 bits.
 1320     if (isScaledConstantInRange(N.getOperand(1), 1 << Shift, -0x7f, 0x80,
 1357   if (isScaledConstantInRange(N, 1 << Shift, 0, 0x80, RHSC)) { // 7 bits.
 2943           isScaledConstantInRange(Ptr.getOperand(1), /*Scale=*/4, 0, 256, RHSC))