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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 176 void visitShl(BinaryOperator &I);
Execution.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 85 void visitShl(BinaryOperator &I);
500 void Lint::visitShl(BinaryOperator &I) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 712 void visitShl (const User &I) { visitShift(I, ISD::SHL); }
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 157 Instruction *visitShl(BinaryOperator &I);
InstCombineShifts.cpp 10 // This file implements the visitShl, visitLShr, and visitAShr functions.
688 Instruction *InstCombiner::visitShl(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 422 milliseconds