HomeSort by relevance Sort by last modified time
    Searched refs:visitAShr (Results 1 - 7 of 7) 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 143 Instruction *visitAShr(BinaryOperator &I);
InstCombineShifts.cpp 10 // This file implements the visitShl, visitLShr, and visitAShr functions.
755 Instruction *InstCombiner::visitAShr(BinaryOperator &I) {
  /external/llvm/lib/Analysis/
Lint.cpp 85 void visitAShr(BinaryOperator &I);
493 void Lint::visitAShr(BinaryOperator &I) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 489 void visitAShr(const User &I) { visitShift(I, ISD::SRA); }
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 173 milliseconds