Home | History | Annotate | Download | only in Analysis

Lines Matching refs: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()) &&
358 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
359 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
496 bool LIsPointer = LV->getType()->isPointerTy(),
497 RIsPointer = RV->getType()->isPointerTy();
2677 return Ty->isIntegerTy() || Ty->isPointerTy();
2695 assert(Ty->isPointerTy() && "isSCEVable permitted a non-SCEVable type!");
2710 assert(Ty->isPointerTy() && "Unexpected non-pointer non-integer type!");
2821 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2822 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2838 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2839 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2854 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2855 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2870 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2871 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2887 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2888 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2902 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
2903 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
2950 if (!V->getType()->isPointerTy())
2960 if ((*I)->getType()->isPointerTy()) {
5122 if (C->getType()->isPointerTy())
5129 if (!C->getType()->isPointerTy() && C2->getType()->isPointerTy()) {
5138 if (C2->getType()->isPointerTy())
5141 if (C->getType()->isPointerTy()) {
5157 if (C->getType()->isPointerTy()) return 0;
5160 if (!C2 || C2->getType()->isPointerTy()) return 0;