reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1964 if (!match(Shl, m_Shl(m_One(), m_Value(Y)))) 1993 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, CLog2)); 1999 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); 2003 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); 2008 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); 2013 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); 2016 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, C.logBase2()));