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

References

tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
  198     if (Ty->isFloatingPointTy()) {
  199       if (!Ty->isDoubleTy())
  201     } else if (Ty->isIntegerTy()) {
  202       if (Ty->getIntegerBitWidth() < 64) {
  205         assert(Ty->getIntegerBitWidth() == 64 &&
  209     } else if (auto PtTy = dyn_cast<PointerType>(Ty)) {
  222     Ty = Val->getType();
  223     Ptr = Builder.CreatePointerBitCastOrAddrSpaceCast(Ptr, Ty->getPointerTo(5));
  226     if (Ty->isFloatingPointTy())
  228     else if (Ty->isIntegerTy())