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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 56 if (I->getOpcode() == Instruction::LShr && !I->isExact()) {
693 BinaryOperator *LShr =
697 if (I.isExact()) LShr->setIsExact();
698 return LShr;
711 // (x lshr C1) udiv C2 --> x udiv (C2 << C1)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 163 | LShr
    [all...]

Completed in 37 milliseconds