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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp744 /// \brief Used to maintain state for visitUDivOperand().
808 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, function
837 if (size_t LHSIdx = visitUDivOperand(Op0, SI->getOperand(1), I, Actions))
838 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions)) {
875 if (visitUDivOperand(Op0, Op1, I, UDivActions))

Completed in 160 milliseconds