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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp211 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } function in struct:llvm::gvn::AvailableValue
217 assert(isSimpleValue() && "Wrong accessor");
761 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == LI) ||
778 if (isSimpleValue()) {

Completed in 106 milliseconds