Searched refs:RHSIndex (Results 1 – 2 of 2) sorted by relevance
36 unsigned RHSIndex = UINT_MAX; in operator ()() local46 RHSIndex = UINT_MAX - 1; in operator ()()48 RHSIndex = RHS->getParamIndex(); in operator ()()50 return LHSIndex < RHSIndex; in operator ()()
2019 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local2022 !GetConvertedLane(Op.getOperand(1), RHSOpcode, RHSSrcVec, RHSIndex)) in LowerConvertLow()2042 if (LHSIndex != 0 || RHSIndex != 1 || LHSSrcVec != RHSSrcVec) { in LowerConvertLow()2046 {static_cast<int>(LHSIndex), static_cast<int>(RHSIndex) + 4, -1, -1}); in LowerConvertLow()