Searched refs:getArgList (Results 1 – 5 of 5) 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
553 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
2105 std::vector<std::string> &Args = P->getArgList(); in ParsePatternFragments()2604 assert(I->getArgList().empty() && "Args list should still be empty here!"); in ParseInstructions()
600 std::vector<std::string> &getArgList() { return Args; } in getArgList() function
2484 std::vector<std::string> &Args = P->getArgList(); in ParsePatternFragments()2999 assert(I->getArgList().empty() && "Args list should still be empty here!"); in parseInstructionPattern()