Searched refs:isIntegerCast (Results 1 – 5 of 5) sorted by relevance
349 if (!CI->isIntegerCast()) in getUserCost()
630 bool isIntegerCast() const;
2880 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
12202 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local12206 if (!isIntegerCast) in GetExprRange()
9005 if (!CI->isIntegerCast()) in updateWithCastInst()