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

References

tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
  125     if (Ty->isFloatingPointTy()) {
  126       if (!Ty->isDoubleTy())
  128     } else if (Ty->isIntegerTy()) {
  129       if (Ty->getIntegerBitWidth() < 64)
  132         assert(Ty->getIntegerBitWidth() &&
  134     } else if (isa<PointerType>(Ty)) {
  135       if (Ty->getPointerElementType() == Builder.getInt8Ty() &&
  136           Ty->getPointerAddressSpace() == 4) {
  145     Ty = Val->getType();
  147     if (Ty->isFloatingPointTy())
  149     else if (Ty->isIntegerTy())