Searched refs:IncOffset (Results 1 – 5 of 5) sorted by relevance
1045 row->GetCFAValue().IncOffset (m_wordsize); in augment_unwind_plan_from_call_site()1058 row->GetCFAValue().IncOffset (m_wordsize); in augment_unwind_plan_from_call_site()1073 row->GetCFAValue().IncOffset (-m_wordsize); in augment_unwind_plan_from_call_site()1085 row->GetCFAValue().IncOffset (m_wordsize); in augment_unwind_plan_from_call_site()1097 row->GetCFAValue().IncOffset (-amount); in augment_unwind_plan_from_call_site()1107 row->GetCFAValue().IncOffset (amount); in augment_unwind_plan_from_call_site()1119 row->GetCFAValue().IncOffset (-amount); in augment_unwind_plan_from_call_site()1239 row->GetCFAValue().IncOffset (m_wordsize); in get_fast_unwind_plan()
289 IncOffset = 7, enumerator388 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()539 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
342 void IncOffset (int32_t delta) in IncOffset() function
2834 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local2837 IncOffset, /*HaseBaseReg=*/ false)) in canFoldIVIncExpr()
10298 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local10299 int IncValue = IncOffset; in PerformDAGCombine()