Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp495 SDValue replaceStoreOfFPConstant(StoreSDNode *ST);
18917 SDValue DAGCombiner::replaceStoreOfFPConstant(StoreSDNode *ST) { in replaceStoreOfFPConstant() function in DAGCombiner
19188 if (SDValue NewSt = replaceStoreOfFPConstant(ST)) in visitSTORE()