Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp344 std::string ReportUndefOperand::getRemarkName() const { return "UndefOperand"; } in getRemarkName()
346 const Value *ReportUndefOperand::getRemarkBB() const { return BB; } in getRemarkBB()
348 std::string ReportUndefOperand::getMessage() const { in getMessage()
352 bool ReportUndefOperand::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp617 return invalid<ReportUndefOperand>(Context, /*Assert=*/true, &BB, ICmp); in isValidBranch()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h379 class ReportUndefOperand final : public ReportAffFunc {
384 ReportUndefOperand(BasicBlock *BB, const Instruction *Inst) in ReportUndefOperand() function