Lines Matching full:over
71 /// ExpandBinOp - Simplify "A op (B op' C)" by distributing op over op', turning
567 // Mul distributes over Add. Try some generic simplifications based on this.
572 // Threading Add over selects and phi nodes is pointless, so don't bother.
573 // Threading over the select in "A + select(cond, B, C)" means evaluating
579 // for threading over phi nodes.
683 // Mul distributes over Sub. Try some generic simplifications based on this.
693 // Threading Sub over selects and phi nodes is pointless, so don't bother.
694 // Threading over the select in "A - select(cond, B, C)" means evaluating
700 // for threading over phi nodes.
756 // Mul distributes over Add. Try some generic simplifications based on this.
1185 // And distributes over Or. Try some generic simplifications based on this.
1190 // And distributes over Xor. Try some generic simplifications based on this.
1195 // Or distributes over And. Try some generic simplifications based on this.
1284 // Or distributes over
1289 // And distributes over Or. Try some generic simplifications based on this.
1353 // And distributes over Xor. Try some generic simplifications based on this.
1358 // Threading Xor over selects and phi nodes is pointless, so don't bother.
1359 // Threading over the select in "A ^ select(cond, B, C)" means evaluating
1365 // for threading over phi nodes.