HomeSort by relevance Sort by last modified time
    Searched defs:visitAShr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
Lint.cpp 89 void visitAShr(BinaryOperator &I);
493 void Lint::visitAShr(BinaryOperator &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 10 // This file implements the visitShl, visitLShr, and visitAShr functions.
781 Instruction *InstCombiner::visitAShr(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 792 void visitAShr(const User &I) { visitShift(I, ISD::SRA); }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 125 milliseconds