Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

80   if (!Ty->isIntegerType()) {
123 if (!Ty->isIntegerType()) {
137 if (!(PtrTy && PtrTy->getPointeeType()->isIntegerType() &&
817 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
1717 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
1722 if (!IsAddSub && !ValType->isIntegerType()) {
1732 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
1798 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
1958 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
2330 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
6574 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) &&
7324 if (!Source->isIntegerType() || !Target->isIntegerType())
7784 if (!ReturnType->isIntegerType())