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

  /external/mesa3d/include/pixelflinger2/
pixelflinger2_vector4.h 82 void LShr(const unsigned shift) { u[0] >>= shift; u[1] >>= shift; u[2] >>= shift; u[3] >>= shift; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 57 if (I->getOpcode() == Instruction::LShr && !I->isExact()) {
450 BinaryOperator *LShr =
453 if (I.isExact()) LShr->setIsExact();
454 return LShr;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 162 | LShr
    [all...]

Completed in 767 milliseconds