reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
928 BitMask1 = isLshr ? (BitMask1.lshr(ShrAmt) << ShlAmt) : 934 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): 955 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :