Searched refs:getArgList (Results 1 – 3 of 3) sorted by relevance
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
944 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
3288 std::vector<std::string> &Args = P->getArgList(); in ParsePatternFragments()3827 assert(I.getArgList().empty() && "Args list should still be empty here!"); in parseInstructionPattern()