Searched refs:ReplaceLd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14230 auto ReplaceLd = [&](LoadSDNode *LD, SDValue Val, SDValue Chain) -> SDValue { local
14250 return ReplaceLd(LD, ST->getValue(), Chain);
14260 return ReplaceLd(LD, Val, Chain);
14285 return ReplaceLd(LD, Val, Chain);

Completed in 107 milliseconds