Searched defs:getArgList (Results 1 – 6 of 6) 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
867 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } in getArgList() function880 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } in getArgList() function
600 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
938 std::vector<std::string> &getArgList() { return Args; } in getArgList() function