Searched defs:ExpandBinOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp123 /// ExpandBinOp - Simplify "A op (B op' C)" by distributing op over op', turning
128 static Value *ExpandBinOp(unsigned Opcode, Value *LHS, Value *RHS, function
1015 if (Value *V = ExpandBinOp(Instruction::Mul, Op0, Op1, Instruction::Add,
1481 if (Value *V = ExpandBinOp(Instruction::And, Op0, Op1, Instruction::Or,
1486 if (Value *V = ExpandBinOp(Instruction::And, Op0, Op1, Instruction::Xor,
1581 if (Value *V = ExpandBinOp(Instruction::Or, Op0, Op1, Instruction::And, Q,

Completed in 159 milliseconds