Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5562 const auto &SimplifiedOp = in handleGenericInst() local
5567 if (!SimplifiedOp.hasValue()) in handleGenericInst()
5570 if (SimplifiedOp.getValue()) in handleGenericInst()
5571 NewOps[Idx] = SimplifiedOp.getValue(); in handleGenericInst()