Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DKnownBitsTest.cpp104 KnownBits KnownAnd(Bits); in TEST() local
105 KnownAnd.Zero.setAllBits(); in TEST()
106 KnownAnd.One.setAllBits(); in TEST()
107 KnownBits KnownOr(KnownAnd); in TEST()
108 KnownBits KnownXor(KnownAnd); in TEST()
109 KnownBits KnownUMax(KnownAnd); in TEST()
110 KnownBits KnownUMin(KnownAnd); in TEST()
113 KnownBits KnownMul(KnownAnd); in TEST()
119 KnownBits KnownShl(KnownAnd); in TEST()
128 KnownAnd.One &= Res; in TEST()
[all …]