Home | History | Annotate | Download | only in CodeGen

Lines Matching full:simplify

834 /// to simplify the codegen of the conditional based on the branch.
844 // If we have "1 && X", simplify the code. "0 && X" would have constant
853 // If we have "X && 1", simplify the code to use an uncond branch.
878 // If we have "0 || X", simplify the code. "1 || X" would have constant
887 // If we have "X || 0", simplify the code to use an uncond branch.