HomeSort by: relevance | last modified time | path
    Searched defs:visitUDivOperand (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 861 /// Used to maintain state for visitUDivOperand().
927 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I,
955 visitUDivOperand(Op0, SI->getOperand(1), I, Actions, Depth))
956 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions, Depth)) {
1063 if (visitUDivOperand(Op0, Op1, I, UDivActions))

Completed in 70 milliseconds