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 178 void visitAShr(BinaryOperator &I);
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 137 Instruction *visitAShr(BinaryOperator &I);
InstCombineShifts.cpp 10 // This file implements the visitShl, visitLShr, and visitAShr functions.
762 Instruction *InstCombiner::visitAShr(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 85 void visitAShr(BinaryOperator &I);
459 void Lint::visitAShr(BinaryOperator &I) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 497 void visitAShr(const User &I) { visitShift(I, ISD::SRA); }

Completed in 79 milliseconds