Searched defs:LShr (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_vector4.h82 void LShr(const unsigned shift) { u[0] >>= shift; u[1] >>= shift; u[2] >>= shift; u[3] >>= shift; } function in struct:Vec4
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp57 if (I->getOpcode() == Instruction::LShr && !I->isExact()) {
447 BinaryOperator *LShr = local
451 if (I.isExact()) LShr->setIsExact();
452 return LShr;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml163 | LShr Constructor in type:Opcode/t

Completed in 83 milliseconds