Searched defs:getArgList (Results 1 – 2 of 2) sorted by relevance
1401 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } getArgList() function 1414 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } getArgList() function
944 std::vector<std::string> &getArgList() { return Args; } getArgList() function