Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c114 static size_t RoundUp(size_t size, size_t align) { in RoundUp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp136 unsigned RoundUp = alignTo(InstrBits, Align(16)); getInstruction() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h133 T RoundUp(T p, u64 align) { in RoundUp() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp160 llvm::Value *RoundUp = CGF.Builder.CreateConstInBoundsGEP1_32( in emitRoundPointerUpToAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2852 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1244 Value *RoundUp = in paintOrigin() local