Searched refs:isIntegerCast (Results 1 – 6 of 6) sorted by relevance
371 if (!CI->isIntegerCast()) in getInstructionCost()
573 LLVM_ABI bool isIntegerCast() const;
2759 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
10667 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in TryGetExprRange() local10671 if (!isIntegerCast) in TryGetExprRange()
10023 if (!CI->isIntegerCast()) in updateWithCastInst()
21587 {"_ZNK4llvm8CastInst13isIntegerCastEv", "llvm::CastInst::isIntegerCast() const"},