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