Home | History | Annotate | Download | only in IR

Lines Matching defs:AllocaInst

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,
879 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
889 AllocaInst::~AllocaInst() {
892 void AllocaInst::setAlignment(unsigned Align) {
900 bool AllocaInst::isArrayAllocation() const {
906 Type *AllocaInst::getAllocatedType() const {
913 bool AllocaInst::isStaticAlloca() const {
3495 AllocaInst *AllocaInst::clone_impl() const {
3496 return new AllocaInst(getAllocatedType(),