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

Declarations

include/llvm/IR/Type.h
  453   static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);

References

lib/Analysis/ScalarEvolutionExpander.cpp
  972       if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS)
lib/IR/Function.cpp
 1504   auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0));
 1517         ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)));
lib/Transforms/InstCombine/InstCombineInternal.h
  695                   UndefValue::get(Type::getInt1PtrTy(Ctx)),
unittests/Analysis/SparsePropagation.cpp
  377                                          {Type::getInt1PtrTy(Context)}, false),
  417                                          {Type::getInt1PtrTy(Context)}, false),
unittests/IR/MetadataTest.cpp
  490   Type *Ty = Type::getInt1PtrTy(Context);
  729   Type *Ty = Type::getInt1PtrTy(Context);
  752   Type *Ty = Type::getInt1PtrTy(Context);
 2529   Type *Ty = Type::getInt1PtrTy(Context);
 2590   Type *Ty = Type::getInt1PtrTy(Context);
 2607   Type *Ty = Type::getInt1PtrTy(Context);