HomeSort by relevance Sort by last modified time
    Searched refs:visitUDiv (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 120 Instruction *visitUDiv(BinaryOperator &I);
InstCombineMulDivRem.cpp 435 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) {
  /external/llvm/lib/Analysis/
Lint.cpp 92 void visitUDiv(BinaryOperator &I);
552 void Lint::visitUDiv(BinaryOperator &I) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 87 void visitUDiv(BinaryOperator &I);
485 void Lint::visitUDiv(BinaryOperator &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 246 Instruction *visitUDiv(BinaryOperator &I);
InstCombineMulDivRem.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 487 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); }
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 934 milliseconds