Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

79   if (!Ty->isIntegerType()) {
553 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
1086 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
1091 if (!IsAddSub && !ValType->isIntegerType()) {
1096 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
1157 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
1317 isIntegerType() && !ValType->isAnyPointerType() &&
5378 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) &&
5990 if (!Source->isIntegerType() || !Target->isIntegerType())
6356 if (!ReturnType->isIntegerType())