Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp425 // ReportDifferentArrayElementSize
427 std::string ReportDifferentArrayElementSize::getRemarkName() const {
431 const Value *ReportDifferentArrayElementSize::getRemarkBB() const {
435 std::string ReportDifferentArrayElementSize::getMessage() const {
439 bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) {
443 std::string ReportDifferentArrayElementSize::getEndUserMessage() const {
H A DScopDetection.cpp1105 return invalid<ReportDifferentArrayElementSize>(Context, /*Assert=*/true, in isValidAccess()
/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h532 class ReportDifferentArrayElementSize final : public ReportAffFunc {
537 ReportDifferentArrayElementSize(const Instruction *Inst, const Value *V) in ReportDifferentArrayElementSize() function