• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/

Lines Matching refs:PointerType

648       PointerType *FuncPtrTy =
661 cast<PointerType>(ETy)->getElementType()->isIntegerTy(8),
672 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType());
1703 Assert(Attrs.getByValType() == cast<PointerType>(Ty)->getElementType(),
1709 cast<PointerType>(Ty)->getElementType(),
1719 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) {
1729 if (!isa<PointerType>(PTy->getElementType()))
2016 !DL.isNonIntegralPointerType(cast<PointerType>(PtrTy->getScalarType())),
2048 auto *PT = dyn_cast<PointerType>(Target->getType());
2830 if (auto *PTy = dyn_cast<PointerType>(SrcTy->getScalarType()))
2857 if (auto *PTy = dyn_cast<PointerType>(DestTy->getScalarType()))
2925 PointerType *FPTy = cast<PointerType>(Call.getCalledOperand()->getType());
3168 PointerType *PL = dyn_cast<PointerType>(L);
3169 PointerType *PR = dyn_cast<PointerType>(R);
3419 Assert(isa<PointerType>(TargetTy),
3454 if (auto *PTy = dyn_cast<PointerType>(GEP.getType())) {
3522 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType());
3548 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType());
3609 PointerType *PTy = AI.getType();
3647 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType());
3667 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType());
3833 Assert(isa<PointerType>(Clause->getType()),
4717 auto *PT = cast<PointerType>(Target->getType());
4726 Assert(isa<PointerType>(Call.getType()->getScalarType()),
4866 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType();
4887 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType();
5039 cast<PointerType>(Call.getArgOperand(0)->getType())->getElementType();
5049 cast<PointerType>(Call.getArgOperand(1)->getType())->getElementType();