Searched refs:LHSIndex (Results 1 – 2 of 2) sorted by relevance
35 unsigned LHSIndex = UINT_MAX; in operator ()() local40 LHSIndex = UINT_MAX - 1; in operator ()()42 LHSIndex = LHS->getParamIndex(); in operator ()()50 return LHSIndex < RHSIndex; in operator ()()
2019 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local2021 if (!GetConvertedLane(Op.getOperand(0), LHSOpcode, LHSSrcVec, LHSIndex) || 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()