HomeSort by relevance Sort by last modified time
    Searched defs:instantiateInterfaceValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 77 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue,
88 auto From = instantiateInterfaceValue(ERelation.From, CS);
91 auto To = instantiateInterfaceValue(ERelation.To, CS);
99 auto Value = instantiateInterfaceValue(EAttr.IValue, CS);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 75 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue IValue,
86 auto From = instantiateInterfaceValue(ERelation.From, CS);
89 auto To = instantiateInterfaceValue(ERelation.To, CS);
97 auto Value = instantiateInterfaceValue(EAttr.IValue, CS);

Completed in 47 milliseconds