Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12086 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads() local
12088 if (NextInput.getOpcode() != ISD::LOAD) in combineBVOfConsecutiveLoads()
12094 LoadSDNode *LD2 = dyn_cast<LoadSDNode>(NextInput); in combineBVOfConsecutiveLoads()