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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 177 void visitLShr(BinaryOperator &I);
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 144 Instruction *visitLShr(BinaryOperator &I);
InstCombineShifts.cpp 10 // This file implements the visitShl, visitLShr, and visitAShr functions.
715 Instruction *InstCombiner::visitLShr(BinaryOperator &I) {
  /external/llvm/lib/Analysis/
Lint.cpp 84 void visitLShr(BinaryOperator &I);
486 void Lint::visitLShr(BinaryOperator &I) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 490 void visitLShr(const User &I) { visitShift(I, ISD::SRL); }
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 133 milliseconds