Searched defs:RoundUp (Results 1 – 6 of 6) sorted by relevance
138 size_t RoundUp(size_t num_bytes) override { return num_bytes; } in RoundUp() function144 size_t RoundUp(size_t num_bytes) override { in RoundUp() function
384 inline T RoundUp(T x, intptr_t m) { in RoundUp() function388 constexpr inline T RoundUp(T x) { in RoundUp() function
128 T RoundUp(T p, u64 align) { in RoundUp() function
274 Integer RoundUp(Integer i) { in RoundUp() function
614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) - ( ( X ) % ( Y ) ) ) ) macro
6057 const SCEV *RoundUp = getAddExpr(Step, NegOne); in getBECount() local