Searched defs:getArgList (Results 1 – 5 of 5) sorted by relevance
306 Value *getArgList() const { return const_cast<Value*>(getArgOperand(0)); } in getArgList() function319 Value *getArgList() const { return const_cast<Value*>(getArgOperand(0)); } in getArgList() function
176 const ArgListType &getArgList() const { return ArgList; } in getArgList() function
762 Value *getArgList() const { return const_cast<Value*>(getArgOperand(0)); } in getArgList() function775 Value *getArgList() const { return const_cast<Value*>(getArgOperand(0)); } in getArgList() function
1295 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } in getArgList() function1308 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } in getArgList() function
600 std::vector<std::string> &getArgList() { return Args; } in getArgList() function