Searched defs:RoundUp (Results 1 – 5 of 5) sorted by relevance
92 static size_t RoundUp(size_t size, size_t align) { in RoundUp() function
123 unsigned RoundUp = alignTo(InstrBits, Align(16)); in getInstruction() local
133 T RoundUp(T p, u64 align) { in RoundUp() function
1255 #define RoundUp(N,S) (((N)+(S)-1)&-(S)) in relax_and_size_all_segments() macro
2841 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local