Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp35 unsigned LHSIndex = UINT_MAX; in operator ()() local
40 LHSIndex = UINT_MAX - 1; in operator ()()
42 LHSIndex = LHS->getParamIndex(); in operator ()()
50 return LHSIndex < RHSIndex; in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2019 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local
2021 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()