Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DCBuffer.cpp69 int64_t RoundUp = alignTo(TypeSize, Align(CBufferRowSizeInBytes)); in translateCBufArrayOffset() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c125 static size_t RoundUp(size_t size, size_t align) { in RoundUp() function
/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/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp157 unsigned RoundUp = alignTo(InstrBits, Align(16)); in getInstruction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp154 llvm::Value *RoundUp = CGF.Builder.CreateConstInBoundsGEP1_32( in emitRoundPointerUpToAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2883 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1304 Value *RoundUp = in paintOrigin() local