Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h114 struct InterfaceValue { struct
119 inline bool operator==(InterfaceValue LHS, InterfaceValue RHS) { argument
122 inline bool operator!=(InterfaceValue LHS, InterfaceValue RHS) {
125 inline bool operator<(InterfaceValue LHS, InterfaceValue RHS) {
129 inline bool operator>(InterfaceValue LHS, InterfaceValue RHS) {
132 inline bool operator<=(InterfaceValue LHS, InterfaceValue RHS) {
135 inline bool operator>=(InterfaceValue LHS, InterfaceValue RHS) {
154 InterfaceValue From, To;
188 InterfaceValue IValue;
207 instantiateInterfaceValue(InterfaceValue IValue, CallBase &Call);
H A DAliasAnalysisSummary.cpp77 instantiateInterfaceValue(InterfaceValue IValue, CallBase &Call) { in instantiateInterfaceValue()