7 lines
		
	
	
		
			287 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			287 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: compiler.cfg.instructions help.markup help.syntax kernel ;
							 | 
						||
| 
								 | 
							
								IN: compiler.cfg.value-numbering.math
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								HELP: diagonal?
							 | 
						||
| 
								 | 
							
								{ $values { "insn" insn } { "?" boolean } }
							 | 
						||
| 
								 | 
							
								{ $description "Whether the two inputs to the 'insn' performing a binary operation has the same value number or not." } ;
							 |