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 126 IntegerType *IntPtrTy = Builder.getIntPtrTy(*DL);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 231 IntptrTy = IRB.getIntPtrTy(DL);
MemorySanitizer.cpp 488 IntptrTy = IRB.getIntPtrTy(DL);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 355 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
    [all...]

Completed in 209 milliseconds