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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 173 void visitAShr(BinaryOperator &I);
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 132 Instruction *visitAShr(BinaryOperator &I);
InstCombineShifts.cpp 10 // This file implements the visitShl, visitLShr, and visitAShr functions.
698 Instruction *InstCombiner::visitAShr(BinaryOperator &I) {
  /external/llvm/lib/Analysis/
Lint.cpp 84 void visitAShr(BinaryOperator &I);
455 void Lint::visitAShr(BinaryOperator &I) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 477 void visitAShr(const User &I) { visitShift(I, ISD::SRA); }

Completed in 88 milliseconds