Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp306 SDValue replaceStoreOfFPConstant(StoreSDNode *ST);
11757 SDValue DAGCombiner::replaceStoreOfFPConstant(StoreSDNode *ST) { in replaceStoreOfFPConstant() function in DAGCombiner
11996 if (SDValue NewSt = replaceStoreOfFPConstant(ST)) in visitSTORE()