Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp562 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue() function
568 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()
1324 if (isSimpleValue()) { in MaterializeAdjustedValue()