Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1697 Optional<Value *> SimpleRetVal = in updateImpl() local
1699 if (!SimpleRetVal.hasValue()) in updateImpl()
1701 if (!SimpleRetVal.getValue()) in updateImpl()
1703 Value *RetVal = *SimpleRetVal; in updateImpl()