Searched refs:ReportUndefOperand (Results 1 – 3 of 3) sorted by relevance
341 // 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) {
621 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