Home
last modified time | relevance | path

Searched defs:setAllocatedType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h124 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1388 void AllocaInst::setAllocatedType(Type *Ty) { in setAllocatedType() function in llvm::sandboxir::AllocaInst