Searched refs:ReportUndefOperand (Results 1 – 3 of 3) sorted by relevance
344 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()
617 return invalid<ReportUndefOperand>(Context, /*Assert=*/true, &BB, ICmp); in isValidBranch()
379 class ReportUndefOperand final : public ReportAffFunc {384 ReportUndefOperand(BasicBlock *BB, const Instruction *Inst) in ReportUndefOperand() function