Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14126 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads() local
14128 if (NextInput.getOpcode() != ISD::LOAD) in combineBVOfConsecutiveLoads()
14134 LoadSDNode *LD2 = dyn_cast<LoadSDNode>(NextInput); in combineBVOfConsecutiveLoads()