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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp58 if (I->getOpcode() == Instruction::LShr && !I->isExact()) {
829 BinaryOperator *LShr = BinaryOperator::CreateLShr( local
831 if (I.isExact()) LShr->setIsExact();
832 return LShr;
858 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); local
859 if (I.isExact()) LShr->setIsExact();
860 return LShr;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml167 | LShr Constructor in type:Opcode/t

Completed in 42 milliseconds