Home
last modified time | relevance | path

Searched refs:InstantiatedValue (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h202 struct InstantiatedValue { struct
206 std::optional<InstantiatedValue> argument
209 inline bool operator==(InstantiatedValue LHS, InstantiatedValue RHS) {
212 inline bool operator!=(InstantiatedValue LHS, InstantiatedValue RHS) {
215 inline bool operator<(InstantiatedValue LHS, InstantiatedValue RHS) {
219 inline bool operator>(InstantiatedValue LHS, InstantiatedValue RHS) {
222 inline bool operator<=(InstantiatedValue LHS, InstantiatedValue RHS) {
225 inline bool operator>=(InstantiatedValue LHS, InstantiatedValue RHS) {
232 InstantiatedValue From, To;
241 InstantiatedValue IValue;
[all …]
H A DAliasAnalysisSummary.cpp76 std::optional<InstantiatedValue>
81 return InstantiatedValue{V, IValue.DerefLevel}; in instantiateInterfaceValue()