HomeSort by relevance Sort by last modified time
    Searched defs:LShr (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCExpr.h 430 LShr, ///< Logical shift right.
514 return create(LShr, LHS, RHS, Ctx);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 60 if (I->getOpcode() == Instruction::LShr && !I->isExact()) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 174 | LShr
    [all...]

Completed in 68 milliseconds