Searched refs:SimplifyAssociativeBinOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp257 /// SimplifyAssociativeBinOp - Generic simplifications for associative binary
259 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS, function
632 if (Value *V = SimplifyAssociativeBinOp(Instruction::Add, Op0, Op1, Q,
1011 if (Value *V = SimplifyAssociativeBinOp(Instruction::Mul, Op0, Op1, Q,
1485 if (Value *V = SimplifyAssociativeBinOp(Instruction::And, Op0, Op1, Q,
1585 if (Value *V = SimplifyAssociativeBinOp(Instruction::Or, Op0, Op1, Q,
1654 if (Value *V = SimplifyAssociativeBinOp(Instruction::Xor, Op0, Op1, Q,
2910 if (Value *V = SimplifyAssociativeBinOp(Opcode, LHS, RHS, Q, MaxRecurse))

Completed in 56 milliseconds