Lines Matching full:operand
207 // If low bits are zero in either operand, output low known-0 bits.
406 // other operand has in those bit positions will be preserved in the
407 // result. For an add, this works with either operand. For a subtract,
408 // this only works if the known zeros are in the right operand.
423 // Determine which operand has more trailing zeros, and use that
424 // many bits from the other operand.
431 // If the known zeros are in the left operand for a subtract,
476 // The low bits of the first operand are unchanged by the srem.
480 // If the first operand is non-negative or has all low bits zero, then
485 // If the first operand is negative and not all low bits are zero, then
524 // Since the result is less than or equal to either operand, any leading
525 // zero bits in either operand must also exist in the result.
639 // Unreachable blocks may have zero-operand PHI nodes.
742 // is a power of two only if the first operand is a power of two and not
1562 // Check to make sure that the first operand of the GEP is an integer and
1687 // Check to make sure that the first operand of the GEP is an integer and
1776 assert(V->getType()->isPointerTy() && "Unexpected operand type!");