Searched refs:isIntegerCast (Results 1 – 4 of 4) sorted by relevance
286 if (!CI->isIntegerCast()) in getUserCost()
560 bool isIntegerCast() const;
2277 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
9687 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local9691 if (!isIntegerCast) in GetExprRange()