Searched refs:FactorizeBinOp (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 189 static Value *FactorizeBinOp(unsigned Opcode, Value *LHS, Value *RHS, in FactorizeBinOp() function 637 if (Value *V = FactorizeBinOp(Instruction::Add, Op0, Op1, Instruction::Mul, in SimplifyAddInst() 838 if (Value *V = FactorizeBinOp(Instruction::Sub, Op0, Op1, Instruction::Mul, in SimplifySubInst() 1500 if (Value *V = FactorizeBinOp(Instruction::And, Op0, Op1, Instruction::Or, in SimplifyAndInst() 1595 if (Value *V = FactorizeBinOp(Instruction::Or, Op0, Op1, Instruction::And, in SimplifyOrInst() 1659 if (Value *V = FactorizeBinOp(Instruction::Xor, Op0, Op1, Instruction::And, in SimplifyXorInst()
|