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

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 904 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType()));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ValueMapper.cpp 920 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType()));
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 100 void setAllocatedType(Type *Ty) { AllocatedType = Ty; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 109 void setAllocatedType(Type *Ty) { AllocatedType = Ty; }
    [all...]

Completed in 198 milliseconds