Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp377 auto CheckReturnValue = [&](Value &RV) -> bool { in clampReturnedValueStates() local
392 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
3973 auto CheckReturnValue = [&](Value &RV) -> bool { in updateImpl() local
3994 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()