Searched refs:isLshr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp828 bool isLshr = (Shr->getOpcode() == Instruction::LShr); local
829 BitMask1 = isLshr ? (BitMask1.lshr(ShrAmt) << ShlAmt) :
835 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt):
856 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :

Completed in 51 milliseconds