Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2055 static Constant *getVal(DenseMap<Value*, Constant*> &ComputedValues, Value *V) { in getVal() argument
2057 Constant *R = ComputedValues[V]; in getVal()