HomeSort by relevance Sort by last modified time
    Searched defs:AllocaInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Instructions.cpp 797 // AllocaInst Implementation
812 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize,
821 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize,
830 AllocaInst::AllocaInst(Type *Ty, const Twine &Name,
839 AllocaInst::AllocaInst(Type *Ty, const Twine &Name,
848 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align
    [all...]
  /external/llvm/include/llvm/
Instructions.h 54 // AllocaInst Class
57 /// AllocaInst - an instruction to allocate memory on the stack
59 class AllocaInst : public UnaryInstruction {
61 virtual AllocaInst *clone_impl() const;
63 explicit AllocaInst(Type *Ty, Value *ArraySize = 0,
65 AllocaInst(Type *Ty, Value *ArraySize,
68 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = 0);
69 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
71 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
73 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align
    [all...]

Completed in 187 milliseconds