Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isIntegerTy

334   assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
335 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
342 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
343 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
350 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
351 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
411 STy->getElementType(0)->isIntegerTy(1)) {
2677 return Ty->isIntegerTy() || Ty->isPointerTy();
2690 if (Ty->isIntegerTy())
2706 if (Ty->isIntegerTy())
2783 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2784 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2800 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2801 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2816 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2817 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2832 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2833 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2849 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2850 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2864 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2865 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
3554 if (!U->getValue()->getType()->isIntegerTy() && !TD)
5429 if (AddRec->isQuadratic() && AddRec->getType()->isIntegerTy()) {