Searched refs:isIntegerCast (Results 1 – 3 of 3) sorted by relevance
552 bool isIntegerCast() const;
3559 bool isIntegerCast = (CE->getCastKind() == CK_IntegralCast); in GetExprRange() local3562 if (!isIntegerCast) in GetExprRange()
2029 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst