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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 124 IntegerType *IntPtrTy = Builder.getIntPtrTy(DL);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 225 IntptrTy = IRB.getIntPtrTy(DL);
MemorySanitizer.cpp 437 IntptrTy = IRB.getIntPtrTy(DL);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 356 IntegerType* getIntPtrTy(const DataLayout *DL, unsigned AddrSpace = 0) {
    [all...]

Completed in 905 milliseconds