|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/IRBuilder.h 2647 Type *IntPtrTy = getIntPtrTy(DL, PtrTy->getAddressSpace());
2673 Type *IntPtrTy = getIntPtrTy(DL, PtrTy->getAddressSpace());
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 2034 Type *IntPtrTy = Builder.getIntPtrTy(*DL, SI->getPointerAddressSpace());
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 373 IntptrTy = IRB.getIntPtrTy(DL);
lib/Transforms/Instrumentation/MemorySanitizer.cpp 940 IntptrTy = IRB.getIntPtrTy(DL);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 963 Type *IntPtr = Builder.getIntPtrTy(*DL, DestAS);
1084 Type *IntPtrTy = Builder.getIntPtrTy(*DL, StrAS);
lib/Transforms/Utils/SanitizerStats.cpp 46 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout());
unittests/IR/IRBuilderTest.cpp 370 IntegerType *IntPtrTy = Builder.getIntPtrTy(*DL);