Home
last modified time | relevance | path

Searched defs:visitUDiv (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp586 void Lint::visitUDiv(BinaryOperator &I) { in visitUDiv() function in Lint
/external/llvm/lib/Analysis/
DLint.cpp552 void Lint::visitUDiv(BinaryOperator &I) { in visitUDiv() function in Lint
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp485 void Lint::visitUDiv(BinaryOperator &I) { in visitUDiv() function in Lint
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp435 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) { in visitUDiv() function in InstCombiner
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h487 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h868 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp931 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) { in visitUDiv() function in InstCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h838 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1056 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) { in visitUDiv() function in InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1677 void visitUDiv(BinaryOperator &I) { handleDiv(I); } in visitUDiv() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1866 void visitUDiv(BinaryOperator &I) { handleIntegerDiv(I); } in visitUDiv() function