Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp227 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue() function
233 assert(isSimpleValue() && "Wrong accessor"); in getSimpleValue()
869 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == Load) || in ConstructSSAForLoadSet()
886 if (isSimpleValue()) { in MaterializeAdjustedValue()