Searched refs:isIntegerCast (Results 1 – 5 of 5) sorted by relevance
347 if (!CI->isIntegerCast()) in getUserCost()
631 bool isIntegerCast() const;
2663 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
11163 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local11167 if (!isIntegerCast) in GetExprRange()
8931 if (!CI->isIntegerCast()) in updateWithCastInst()