Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2548 SDValue StoresInChain; in expandMultipleResultFPLibCall() local
2563 if (StoresInChain && ST->getChain() != StoresInChain) in expandMultipleResultFPLibCall()
2576 StoresInChain = ST->getChain(); in expandMultipleResultFPLibCall()
2618 SDValue InChain = StoresInChain ? StoresInChain : getEntryNode(); in expandMultipleResultFPLibCall()