Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp228 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue() function
238 assert(isCoercedLoadValue() && "Wrong accessor"); in getCoercedLoadValue()
870 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == Load))) in ConstructSSAForLoadSet()
896 } else if (isCoercedLoadValue()) { in MaterializeAdjustedValue()