reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DataLayout.h
  386     return PTy && isNonIntegralPointerType(PTy);
lib/Analysis/ConstantFolding.cpp
  909       !DL.isNonIntegralPointerType(PTy)) {
lib/CodeGen/CodeGenPrepare.cpp
 4923         (BasePtrTy && DL->isNonIntegralPointerType(BasePtrTy)) ||
 4924         (ScalePtrTy && DL->isNonIntegralPointerType(ScalePtrTy)) ||
 4926          DL->isNonIntegralPointerType(AddrMode.BaseGV->getType())))
lib/IR/Instructions.cpp
 3068               !DL.isNonIntegralPointerType(PtrTy));
 3072               !DL.isNonIntegralPointerType(PtrTy));
lib/IR/Verifier.cpp
 1926         !DL.isNonIntegralPointerType(cast<PointerType>(PtrTy->getScalarType())),
 2727     Assert(!DL.isNonIntegralPointerType(PTy),
 2754     Assert(!DL.isNonIntegralPointerType(PTy),