Home
last modified time | relevance | path

Searched defs:NewLen (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1096 void FormatTokenLexer::truncateToken(size_t NewLen) { in truncateToken()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp620 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6442 unsigned NewLen = PowerOf2Ceil(Len); in lowerBitCount() local