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

References

include/llvm/IR/IRBuilder.h
 2061     if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy())
 2063     if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
include/llvm/IR/Instructions.h
 1160             getOperand(0)->getType()->isPtrOrPtrVectorTy()) &&
lib/Analysis/ConstantFolding.cpp
  103       !DestTy->isPtrOrPtrVectorTy()) // Don't get ones for ptr types!
  531       Type *CastTy = LoadTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(LoadTy) : LoadTy;
  533       if (LoadTy->isPtrOrPtrVectorTy()) {
lib/Analysis/InstructionSimplify.cpp
  657   assert(V->getType()->isPtrOrPtrVectorTy());
 4290           SrcTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(SrcTy) : nullptr;
 4292           MidTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(MidTy) : nullptr;
 4294           DstTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(DstTy) : nullptr;
lib/Analysis/ValueTracking.cpp
 1641           V->getType()->isPtrOrPtrVectorTy()) &&
lib/AsmParser/LLParser.cpp
 3407           !Val0->getType()->isPtrOrPtrVectorTy())
 3573           !Elts[0]->getType()->isPtrOrPtrVectorTy())
 6529         !LHS->getType()->isPtrOrPtrVectorTy())
lib/IR/AutoUpgrade.cpp
 3772   if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() &&
 3772   if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() &&
 3792   if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() &&
 3792   if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() &&
lib/IR/Constants.cpp
 1619   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
 1620   assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) &&
 1627   if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace())
 1635   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
 1636   assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast");
 1780   assert(C->getType()->isPtrOrPtrVectorTy() &&
 1795   assert(DstTy->isPtrOrPtrVectorTy() &&
lib/IR/DataLayout.cpp
  672   assert(Ty->isPtrOrPtrVectorTy() &&
  688   assert(Ty->isPtrOrPtrVectorTy() &&
  775   assert(Ty->isPtrOrPtrVectorTy() &&
  797   assert(Ty->isPtrOrPtrVectorTy() &&
lib/IR/Instructions.cpp
 2696         SrcTy->isPtrOrPtrVectorTy() &&
 2697         MidTy->isPtrOrPtrVectorTy() &&
 2698         DstTy->isPtrOrPtrVectorTy() &&
 2717         MidTy->isPtrOrPtrVectorTy() &&
 2718         DstTy->isPtrOrPtrVectorTy() &&
 2728         SrcTy->isPtrOrPtrVectorTy() &&
 2729         MidTy->isPtrOrPtrVectorTy() &&
 2842   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
 2843   assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) &&
 2860   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
 2861   assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) &&
 2878   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
 2879   assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast");
 2891   assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast");
 2892   assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast");
 3240     return SrcTy->isPtrOrPtrVectorTy() && DstTy->isIntOrIntVectorTy();
 3247     return SrcTy->isIntOrIntVectorTy() && DstTy->isPtrOrPtrVectorTy();
lib/IR/Value.cpp
  552   if (!getType()->isPtrOrPtrVectorTy())
  598     assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!");
lib/IR/Verifier.cpp
 2724   Assert(SrcTy->isPtrOrPtrVectorTy(), "PtrToInt source must be pointer", &I);
 2751   Assert(DestTy->isPtrOrPtrVectorTy(), "IntToPtr result must be a pointer", &I);
 2779   Assert(SrcTy->isPtrOrPtrVectorTy(), "AddrSpaceCast source must be a pointer",
 2781   Assert(DestTy->isPtrOrPtrVectorTy(), "AddrSpaceCast result must be a pointer",
 3227   Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(),
 3288   Assert(GEP.getType()->isPtrOrPtrVectorTy() &&
 4148       if (CE->getType()->isPtrOrPtrVectorTy() ||
 4588     Assert(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(),
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  335     (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits());
lib/Transforms/IPO/FunctionAttrs.cpp
  165         if (!Arg->getType()->isPtrOrPtrVectorTy())
lib/Transforms/InstCombine/InstCombineCasts.cpp
  241       SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr;
  243       MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr;
  245       DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr;
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 2109     if (V->getType()->isPtrOrPtrVectorTy())
lib/Transforms/Scalar/GVN.cpp
 1283   if (V->getType()->isPtrOrPtrVectorTy())
 1375     if (V->getType()->isPtrOrPtrVectorTy())
 1557     if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy())
 1961       if (MD && V->getType()->isPtrOrPtrVectorTy())
 2072   if (MD && Repl->getType()->isPtrOrPtrVectorTy())
 2402   if (MD && Phi->getType()->isPtrOrPtrVectorTy())
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  493   assert(I->getType()->isPtrOrPtrVectorTy() &&
lib/Transforms/Scalar/SROA.cpp
 1773   if (OldTy->isIntOrIntVectorTy() && NewTy->isPtrOrPtrVectorTy()) {
 1789   if (OldTy->isPtrOrPtrVectorTy() && NewTy->isIntOrIntVectorTy()) {
lib/Transforms/Utils/VNCoercion.cpp
   70     if (StoredValTy->isPtrOrPtrVectorTy() && LoadedTy->isPtrOrPtrVectorTy()) {
   70     if (StoredValTy->isPtrOrPtrVectorTy() && LoadedTy->isPtrOrPtrVectorTy()) {
   74       if (StoredValTy->isPtrOrPtrVectorTy()) {
   80       if (TypeToCastTo->isPtrOrPtrVectorTy())
   87       if (LoadedTy->isPtrOrPtrVectorTy())
  104   if (StoredValTy->isPtrOrPtrVectorTy()) {
  130     if (LoadedTy->isPtrOrPtrVectorTy())
  362   if (SrcVal->getType()->isPtrOrPtrVectorTy())
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  771       if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy())
  812       if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy())
  950     if (StoreTy->isPtrOrPtrVectorTy()) {
 1101     if (LoadTy->isPtrOrPtrVectorTy()) {
tools/clang/lib/CodeGen/CGDecl.cpp
 1150                           Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy();
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1997     if (SrcTy->isPtrOrPtrVectorTy() && DstTy->isPtrOrPtrVectorTy() &&
 1997     if (SrcTy->isPtrOrPtrVectorTy() && DstTy->isPtrOrPtrVectorTy() &&
tools/clang/lib/CodeGen/PatternInit.cpp
   44   if (Ty->isPtrOrPtrVectorTy()) {