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