Searched refs:IncOffset (Results 1 – 3 of 3) sorted by relevance
316 IncOffset = 7, enumerator430 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()636 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
2819 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local2821 IncOffset, /*HaseBaseReg=*/false)) in canFoldIVIncExpr()
10852 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local10853 int IncValue = IncOffset; in PerformDAGCombine()