Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

79   if (!Ty->isIntegerType()) {
518 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
1022 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
1027 if (!IsAddSub && !ValType->isIntegerType()) {
1032 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
1092 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
1243 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
4751 assert((OtherT->isIntegerType() && ConstantT->isIntegerType())
5293 if (!Source->isIntegerType() || !Target->isIntegerType())