Searched refs:getArgList (Results 1 – 3 of 3) sorted by relevance
1397 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } in getArgList() function1410 Value *getArgList() const { return const_cast<Value *>(getArgOperand(0)); } in getArgList() function
950 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
3283 std::vector<std::string> &Args = P->getArgList(); in ParsePatternFragments()3823 assert(I.getArgList().empty() && "Args list should still be empty here!"); in parseInstructionPattern()