Searched refs:getIntPtrTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1009 Type *IntPtr = Builder.getIntPtrTy(TD, DestAS);
1123 Type *IntPtrTy = Builder.getIntPtrTy(TD, SI->getPointerAddressSpace());
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp234 IntptrTy = IRB.getIntPtrTy(TD);
H A DMemorySanitizer.cpp423 IntptrTy = IRB.getIntPtrTy(TD);
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h340 IntegerType* getIntPtrTy(const DataLayout *DL, unsigned AddrSpace = 0) { function in class:llvm::IRBuilderBase

Completed in 117 milliseconds