Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat()
/external/llvm/include/llvm/ADT/
DAPInt.h546 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp521 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat()