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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp213 bool isMemIntrinValue() const { return Val.getInt() == MemIntrin; } function in struct:llvm::gvn::AvailableValue
227 assert(isMemIntrinValue() && "Wrong accessor");
805 } else if (isMemIntrinValue()) {

Completed in 100 milliseconds