Searched defs:isIntegerCast (Results 1 – 2 of 2) sorted by relevance
2088 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
5514 bool isIntegerCast = (CE->getCastKind() == CK_IntegralCast); in GetExprRange() local