Home
last modified time | relevance | path

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

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