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