Lines Matching full:simplify
52 /// properties that allow us to simplify its operands.
89 /// caller (which might recursively be SimplifyDemandedBits itself) to simplify
154 // Despite the fact that we can't simplify this instruction in all User's
178 // We can simplify (X|Y) -> X or Y in the user's context if we know that
204 // We can simplify (X^Y) -> X or Y in the user's context if we know that
218 // Compute the KnownZero/KnownOne bits to simplify things downstream.
224 // just set the DemandedMask to all bits so that we can try to simplify the
225 // operands. This allows visitTruncInst (for example) to simplify the
257 // If the RHS is a constant, see if we can simplify it.
294 // If the RHS is a constant, see if we can simplify it.
343 // If the RHS is a constant, see if we can simplify it.
387 // If the operands are constants, see if we can simplify them.
828 /// Helper routine of SimplifyDemandedUseBits. It tries to simplify
909 /// If the information about demanded elements can be used to simplify the