Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp574 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5274 unsigned NewLen = PowerOf2Ceil(Len); in lowerBitCount() local