Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp484 auto CheckReturnValue = [&](Value &RV) -> bool { in clampReturnedValueStates() local
500 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
3236 auto CheckReturnValue = [&](Value &RV) -> bool { in updateImpl() local
3257 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()