Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1141 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue() function
1146 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()
1164 if (isSimpleValue()) { in MaterializeAdjustedValue()
1489 if (AV.isSimpleValue()) in processNonLocalLoad()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp170 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue() function
176 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()
1180 if (isSimpleValue()) { in MaterializeAdjustedValue()