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

  /external/llvm/lib/Analysis/
Lint.cpp 87 void visitUDiv(BinaryOperator &I);
550 void Lint::visitUDiv(BinaryOperator &I) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 706 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); }
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 145 Instruction *visitUDiv(BinaryOperator &I);
InstCombineMulDivRem.cpp 805 FoldUDivOperandCb FoldAction; ///< Informs visitUDiv() how to fold this
906 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 597 milliseconds