Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp255 bool isCoercedLoadValue() const { return Kind == ValType::LoadVal; } in isCoercedLoadValue() function
266 assert(isCoercedLoadValue() && "Wrong accessor"); in getCoercedLoadValue()
1060 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == Load))) in ConstructSSAForLoadSet()
1086 } else if (isCoercedLoadValue()) { in MaterializeAdjustedValue()