Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2342 TEST(APIntTest, clearLowBits) { in TEST() argument
2344 i64hi32.clearLowBits(32); in TEST()
2353 i128hi64.clearLowBits(64); in TEST()
2362 i128hi24.clearLowBits(104); in TEST()
2371 i128hi104.clearLowBits(24); in TEST()
2380 i128hi0.clearLowBits(128); in TEST()
2389 i80hi1.clearLowBits(79); in TEST()
2398 i32hi16.clearLowBits(16); in TEST()
2895 Adash.clearLowBits(NumLowBits); in TEST()
2897 Bdash.clearLowBits(NumLowBits); in TEST()
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp129 MaskedVal.clearLowBits(getBitWidth() - N); in makeGE()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1535 void clearLowBits(unsigned loBits) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1520 void clearLowBits(unsigned loBits) { in clearLowBits() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5610 A.clearLowBits(K); in prepareSREMEqFold()
DSelectionDAG.cpp3160 Known.One.clearLowBits(LogOfAlign); in computeKnownBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5316 A.clearLowBits(K); in prepareSREMEqFold()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp37944 DemandedUpperElts.clearLowBits(1); in SimplifyDemandedVectorEltsForTargetNode()