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