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

/external/llvm/include/llvm/
H A DInstructions.h1481 // VAArgInst Class
1484 /// VAArgInst - This class represents the va_arg llvm instruction, which returns
1487 class VAArgInst : public UnaryInstruction { class in namespace:llvm
1489 virtual VAArgInst *clone_impl() const;
1492 VAArgInst(Value *List, Type *Ty, const Twine &NameStr = "", function in class:llvm::VAArgInst
1497 VAArgInst(Value *List, Type *Ty, const Twine &NameStr, function in class:llvm::VAArgInst
1508 static inline bool classof(const VAArgInst *) { return true; }

Completed in 202 milliseconds