Home
last modified time | relevance | path

Searched refs:setAllocatedType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp913 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp904 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp917 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
/external/llvm/include/llvm/IR/
DInstructions.h100 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h115 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h108 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function