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

/external/llvm/include/llvm/
H A DInstructions.h1488 // VAArgInst Class
1491 /// VAArgInst - This class represents the va_arg llvm instruction, which returns
1494 class VAArgInst : public UnaryInstruction { class in namespace:llvm
1496 virtual VAArgInst *clone_impl() const;
1499 VAArgInst(Value *List, Type *Ty, const Twine &NameStr = "", function in class:llvm::VAArgInst
1504 VAArgInst(Value *List, Type *Ty, const Twine &NameStr, function in class:llvm::VAArgInst
1515 static inline bool classof(const VAArgInst *) { return true; }

Completed in 139 milliseconds