Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp228 bool isMemIntrinValue() const { return Val.getInt() == MemIntrin; } in isMemIntrinValue() function
242 assert(isMemIntrinValue() && "Wrong accessor"); in getMemIntrinValue()
912 } else if (isMemIntrinValue()) { in MaterializeAdjustedValue()