Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp407 auto CheckReturnValue = [&](Value &RV) -> bool { in clampReturnedValueStates() local
422 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
3333 auto CheckReturnValue = [&](Value &RV) -> bool { in updateImpl() local
3354 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()