Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp209 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue() function
215 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()
775 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == LI) || in ConstructSSAForLoadSet()
792 if (isSimpleValue()) { in MaterializeAdjustedValue()