Searched refs:IncOffset (Results 1 – 3 of 3) sorted by relevance
953 IncOffset = 6, enumerator1098 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()1248 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
3141 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local3143 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
15008 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local15009 int IncValue = IncOffset; in PerformDAGCombine()