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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp212 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } function in struct:llvm::gvn::AvailableValue
222 assert(isCoercedLoadValue() && "Wrong accessor");
762 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == LI)))
788 } else if (isCoercedLoadValue()) {

Completed in 168 milliseconds