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

References

lib/Analysis/TargetTransformInfo.cpp
   80     if (SE.getTypeSizeInBits(EC->getType()) > CountType->getBitWidth())
lib/CodeGen/HardwareLoops.cpp
  149       CountType(Info.CountType),
  217       HWLoopInfo.CountType =
  222         ConstantInt::get(HWLoopInfo.CountType, LoopDecrement);
lib/Target/ARM/ARMTargetTransformInfo.cpp
  998   HWLoopInfo.CountType = Type::getInt32Ty(C);
  999   HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  549   HWLoopInfo.CountType = TM.isPPC64() ?
  551   HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1);