HomeSort by: relevance | last modified time | path
    Searched refs:AShrOperator (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 448 class AShrOperator
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DemandedBits.cpp 252 if (cast<AShrOperator>(UserI)->isExact())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 643 if (cast<AShrOperator>(I)->isExact())
InstCombineCompares.cpp 1130 bool IsAShr = isa<AShrOperator>(I.getOperand(0));

Completed in 35 milliseconds