Home
last modified time | relevance | path

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

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