Home
last modified time | relevance | path

Searched refs:ReportIntToPtr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp711 ReportIntToPtr::ReportIntToPtr(Instruction *BaseValue) in ReportIntToPtr() function in polly::ReportIntToPtr
714 std::string ReportIntToPtr::getRemarkName() const { return "IntToPtr"; } in getRemarkName()
716 const Value *ReportIntToPtr::getRemarkBB() const { in getRemarkBB()
720 std::string ReportIntToPtr::getMessage() const { in getMessage()
724 const DebugLoc &ReportIntToPtr::getDebugLoc() const { in getDebugLoc()
728 bool ReportIntToPtr::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1090 return invalid<ReportIntToPtr>(Context, /*Assert=*/true, Inst); in isValidAccess()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h754 class ReportIntToPtr final : public ReportOther {
759 ReportIntToPtr(Instruction *BaseValue);