Searched refs:IncOffset (Results 1 – 3 of 3) sorted by relevance
295 IncOffset = 8, enumerator387 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()538 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
2859 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local2862 IncOffset, /*HaseBaseReg=*/ false)) in canFoldIVIncExpr()
10049 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local10050 int IncValue = IncOffset; in PerformDAGCombine()