Searched refs:IncOffset (Results 1 – 3 of 3) sorted by relevance
315 IncOffset = 7, enumerator425 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()595 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
2838 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local2840 IncOffset, /*HaseBaseReg=*/false)) in canFoldIVIncExpr()
10371 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local10372 int IncValue = IncOffset; in PerformDAGCombine()