Lines Matching refs:isIntegerTy
135 !FuncTy->getReturnType()->isIntegerTy() && in isCallingConvCCompatible()
140 if (!Param->isPointerTy() && !Param->isIntegerTy()) in isCallingConvCCompatible()
983 return Ty->isIntegerTy(8); in matchType()
985 return Ty->isIntegerTy(16); in matchType()
987 return Ty->isIntegerTy(32); in matchType()
989 return Ty->isIntegerTy(IntBits); in matchType()
991 return Ty->isIntegerTy() && Ty->getPrimitiveSizeInBits() >= IntBits; in matchType()
993 return Ty->isIntegerTy(); in matchType()
996 return Ty->isIntegerTy() && Ty->getPrimitiveSizeInBits() >= IntBits; in matchType()
998 return Ty->isIntegerTy(64); in matchType()
1000 return Ty->isIntegerTy(64); in matchType()
1003 return Ty->isIntegerTy(SizeTBits); in matchType()