Lines Matching refs:Masks
1430 // Get the known-zero masks for each operand.
1438 uint64_t Masks[] = { KnownZero[0].getZExtValue(),
1441 if ((Masks[0] >> 32) == 0xffffffff && uint32_t(Masks[1]) == 0xffffffff)
1443 else if ((Masks[1] >> 32) == 0xffffffff && uint32_t(Masks[0]) == 0xffffffff)
1464 // high 32 bits and just masks out low bits. We can skip it if so.
1468 uint64_t Mask = MaskNode->getZExtValue() | Masks[High];