Searched defs:visitUDivOperand (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp803 /// \brief Used to maintain state for visitUDivOperand().
867 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, function
896 if (size_t LHSIdx = visitUDivOperand(Op0, SI->getOperand(1), I, Actions))
897 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions)) {
936 if (visitUDivOperand(Op0, Op1, I, UDivActions))

Completed in 176 milliseconds