Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp9040 const auto &SimplifiedIncomingValue = A.getAssumedSimplified( in updateWithPHINode() local
9043 if (!SimplifiedIncomingValue.hasValue()) in updateWithPHINode()
9045 if (!SimplifiedIncomingValue.getValue()) in updateWithPHINode()
9047 IncomingValue = *SimplifiedIncomingValue; in updateWithPHINode()