HomeSort by relevance Sort by last modified time
    Searched refs:getIntPtrTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 115 IntegerType *IntPtrTy = Builder.getIntPtrTy(DL);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 234 IntptrTy = IRB.getIntPtrTy(TD);
MemorySanitizer.cpp 359 IntptrTy = IRB.getIntPtrTy(TD);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 274 IntegerType* getIntPtrTy(const DataLayout *DL, unsigned AddrSpace = 0) {
    [all...]

Completed in 351 milliseconds