Searched refs:isIntegerCast (Results 1 – 5 of 5) sorted by relevance
347 if (!CI->isIntegerCast()) in getUserCost()
633 bool isIntegerCast() const;
2649 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
7802 if (!CI->isIntegerCast()) in updateWithCastInst()
10890 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local10894 if (!isIntegerCast) in GetExprRange()