Home
last modified time | relevance | path

Searched refs:truncateToSize (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp457 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) { in truncateToSize() function
1478 OS.write_hex(truncateToSize(Expr, 4)); in emitFill()
1520 OS.write_hex(truncateToSize(*Value, ValueSize)); in emitAlignmentDirective()
1544 OS << ", " << truncateToSize(*Value, ValueSize); in emitAlignmentDirective()