Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp36 unsigned RHSIndex = UINT_MAX; in operator ()() local
46 RHSIndex = UINT_MAX - 1; in operator ()()
48 RHSIndex = RHS->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
2022 !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()