Searched refs:IsRoundOfExtLoad (Results 1 – 1 of 1) sorted by relevance
13700 bool IsRoundOfExtLoad = false; in combineBVOfConsecutiveLoads() local13705 IsRoundOfExtLoad = LD->getExtensionType() == ISD::EXTLOAD; in combineBVOfConsecutiveLoads()13708 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()13714 if (IsRoundOfExtLoad && N->getOperand(i).getOpcode() != ISD::FP_ROUND) in combineBVOfConsecutiveLoads()13717 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads()13723 IsRoundOfExtLoad ? N->getOperand(i-1).getOperand(0) : N->getOperand(i-1); in combineBVOfConsecutiveLoads()13728 if (IsRoundOfExtLoad && LD2->getExtensionType() != ISD::EXTLOAD) in combineBVOfConsecutiveLoads()13745 IsRoundOfExtLoad ? FirstInput.getOperand(0) : FirstInput; in combineBVOfConsecutiveLoads()13747 IsRoundOfExtLoad ? N->getOperand(N->getNumOperands()-1).getOperand(0) : in combineBVOfConsecutiveLoads()