reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1274 if (Value *V = SimplifyShift(Instruction::Shl, Op0, Op1, Q, MaxRecurse)) 1279 if (match(Op0, m_Undef())) 1280 return isNSW || isNUW ? Op0 : Constant::getNullValue(Op0->getType()); 1280 return isNSW || isNUW ? Op0 : Constant::getNullValue(Op0->getType()); 1285 match(Op0, m_Exact(m_Shr(m_Value(X), m_Specific(Op1))))) 1289 if (isNUW && match(Op0, m_Negative())) 1290 return Op0;