Home
last modified time | relevance | path

Searched defs:RoundUp (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Ddeep_stack1.cpp27 static size_t RoundUp(size_t n, size_t to) { in RoundUp() function
/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h27 RoundUp, /* RU */ enumerator
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c114 static size_t RoundUp(size_t size, size_t align) { RoundUp() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h133 T RoundUp(T p, u64 align) { in RoundUp() function
/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp145 unsigned RoundUp = alignTo(InstrBits, Align(16)); getInstruction() local
/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp160 llvm::Value *RoundUp = CGF.Builder.CreateConstInBoundsGEP1_32( emitRoundPointerUpToAlignment() local
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2852 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { SolveQuadraticEquationWrap() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1243 Value *RoundUp = paintOrigin() local