Lines Matching refs:isIntegerTy
138 !FuncTy->getReturnType()->isIntegerTy() && in isCallingConvCCompatible()
143 if (!Param->isPointerTy() && !Param->isIntegerTy()) in isCallingConvCCompatible()
1007 return Ty->isIntegerTy(8); in matchType()
1009 return Ty->isIntegerTy(16); in matchType()
1011 return Ty->isIntegerTy(32); in matchType()
1013 return Ty->isIntegerTy(IntBits); in matchType()
1015 return Ty->isIntegerTy() && Ty->getPrimitiveSizeInBits() >= IntBits; in matchType()
1017 return Ty->isIntegerTy(); in matchType()
1020 return Ty->isIntegerTy() && Ty->getPrimitiveSizeInBits() >= IntBits; in matchType()
1022 return Ty->isIntegerTy(64); in matchType()
1024 return Ty->isIntegerTy(64); in matchType()
1027 return Ty->isIntegerTy(SizeTBits); in matchType()