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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp508 /// ThreadBinOpOverPHI - In the case of a binary operation with an operand that
512 static Value *ThreadBinOpOverPHI(unsigned Opcode, Value *LHS, Value *RHS, function
1029 if (Value *V = ThreadBinOpOverPHI(Instruction::Mul, Op0, Op1, Q,
1128 if (Value *V = ThreadBinOpOverPHI(Opcode, Op0, Op1, Q, MaxRecurse))
1233 if (Value *V = ThreadBinOpOverPHI(Opcode, Op0, Op1, Q, MaxRecurse))
1328 if (Value *V = ThreadBinOpOverPHI(Opcode, Op0, Op1, Q, MaxRecurse))
1505 if (Value *V = ThreadBinOpOverPHI(Instruction::And, Op0, Op1, Q,
1600 if (Value *V = ThreadBinOpOverPHI(Instruction::Or, Op0, Op1, Q, MaxRecurse))
2899 if (Value *V = ThreadBinOpOverPHI(Opcode, LHS, RHS, Q, MaxRecurse))

Completed in 43 milliseconds