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