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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp221 LoadInst *getCoercedLoadValue() const { function in struct:llvm::gvn::AvailableValue
762 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == LI)))
789 LoadInst *Load = getCoercedLoadValue();
801 << " " << *getCoercedLoadValue() << '\n'

Completed in 142 milliseconds