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

  /external/llvm/lib/IR/
Instructions.cpp 819 // AllocaInst Implementation
834 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize,
843 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize,
852 AllocaInst::AllocaInst(Type *Ty, const Twine &Name,
861 AllocaInst::AllocaInst(Type *Ty, const Twine &Name,
870 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 55 // AllocaInst Class
58 /// AllocaInst - an instruction to allocate memory on the stack
60 class AllocaInst : public UnaryInstruction {
62 virtual AllocaInst *clone_impl() const;
64 explicit AllocaInst(Type *Ty, Value *ArraySize = 0,
66 AllocaInst(Type *Ty, Value *ArraySize,
69 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = 0);
70 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
72 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
74 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align
    [all...]

Completed in 44 milliseconds