Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Values

98   SmallVector<Value, 1> Values;
103 Values.push_back(std::move(Val));
107 /// variable, merge them by appending Next's values to the current
108 /// list of values.
118 if ((End == Next.Begin && Values == Next.Values)) {
127 ArrayRef<Value> getValues() const { return Values; }
129 Values.append(Vals.begin(), Vals.end());
131 assert(std::all_of(Values.begin(), Values.end(), [](DebugLocEntry::Value V){
139 std::sort(Values.begin(), Values.end());
140 Values.erase(
142 Values.begin(), Values.end(), [](const Value &A, const Value &B) {
145 Values.end());
153 /// \brief Compare two Values for equality.