Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp528 SDValue replaceStoreOfInsertLoad(StoreSDNode *ST);
21003 SDValue DAGCombiner::replaceStoreOfInsertLoad(StoreSDNode *ST) { in replaceStoreOfInsertLoad() function in DAGCombiner
21195 if (SDValue NewST = replaceStoreOfInsertLoad(ST)) in visitSTORE()