Home
last modified time | relevance | path

Searched defs:insertBits (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h312 void insertBits(const KnownBits &SubBits, unsigned BitPosition) { in insertBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp345 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits() function in APInt
404 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits() function in APInt
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp344 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits() function in APInt
399 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits() function in APInt
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1882 TEST(APIntTest, insertBits) { in TEST() argument