Searched refs:IsRoundOfExtLoad (Results 1 – 1 of 1) sorted by relevance
14251 bool IsRoundOfExtLoad = false; in combineBVOfConsecutiveLoads() local14257 IsRoundOfExtLoad = FirstLoad->getExtensionType() == ISD::EXTLOAD; in combineBVOfConsecutiveLoads()14260 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()14264 if (!IsRoundOfExtLoad) in combineBVOfConsecutiveLoads()14271 if (IsRoundOfExtLoad && N->getOperand(i).getOpcode() != ISD::FP_ROUND) in combineBVOfConsecutiveLoads()14274 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads()14280 IsRoundOfExtLoad ? N->getOperand(i-1).getOperand(0) : N->getOperand(i-1); in combineBVOfConsecutiveLoads()14285 if (IsRoundOfExtLoad && LD2->getExtensionType() != ISD::EXTLOAD) in combineBVOfConsecutiveLoads()