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

Declarations

tools/polly/include/polly/Support/GICHelper.h
   54 __isl_give isl_val *isl_valFromAPInt(isl_ctx *Ctx, const llvm::APInt Int,

References

tools/polly/include/polly/Support/GICHelper.h
   88   return isl::manage(isl_valFromAPInt(Ctx, Int, IsSigned));
tools/polly/lib/Support/SCEVAffinator.cpp
  255   v = isl_valFromAPInt(Ctx.get(), Value->getValue(), /* isSigned */ true);