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