Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6407 std::optional<Constant *> SimpleArgOp = in updateImpl() local
6409 if (!SimpleArgOp) in updateImpl()
6411 if (!*SimpleArgOp) in updateImpl()
6413 if (!AA::isDynamicallyUnique(A, *this, **SimpleArgOp)) in updateImpl()
6415 return unionAssumed(*SimpleArgOp); in updateImpl()