Searched refs:ConvertCcOverflow (Results 1 – 3 of 3) sorted by relevance
183 Condition ConvertCcOverflow(ConditionCode cc);
2306 auto cc = enc->GetCodegen()->ConvertCcOverflow(inst->CastToAddOverflow()->GetCc()); in VisitAddOverflow()2331 auto cc = enc->GetCodegen()->ConvertCcOverflow(inst->CastToSubOverflow()->GetCc()); in VisitSubOverflow()
844 Condition Codegen::ConvertCcOverflow(ConditionCode cc) in ConvertCcOverflow() function in ark::compiler::Codegen