Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6268 std::optional<Constant *> SimpleArgOp = in updateImpl() local
6270 if (!SimpleArgOp) in updateImpl()
6272 if (!*SimpleArgOp) in updateImpl()
6274 if (!AA::isDynamicallyUnique(A, *this, **SimpleArgOp)) in updateImpl()
6276 return unionAssumed(*SimpleArgOp); in updateImpl()