Searched defs:AllocaInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstructions.cpp819 // AllocaInst Implementation
834 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, function in class:AllocaInst
843 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, function in class:AllocaInst
852 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, function in class:AllocaInst
861 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, function in class:AllocaInst
870 AllocaInst function in class:AllocaInst
879 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, function in class:AllocaInst
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h54 // AllocaInst Class
57 /// AllocaInst - an instruction to allocate memory on the stack
59 class AllocaInst : public UnaryInstruction { class in namespace:llvm
61 AllocaInst *clone_impl() const override;
63 explicit AllocaInst(Type *Ty, Value *ArraySize = nullptr,
66 AllocaInst(Type *Ty, Value *ArraySize,
69 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = nullptr);
70 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
72 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
74 AllocaInst(Typ
[all...]

Completed in 268 milliseconds