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.cpp35 unsigned RHSIndex = UINT_MAX; in operator ()() local
45 RHSIndex = UINT_MAX - 1; in operator ()()
47 RHSIndex = RHS->getParamIndex(); in operator ()()
49 return LHSIndex < RHSIndex; in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2409 unsigned LHSOpcode, RHSOpcode, LHSIndex, RHSIndex; in LowerConvertLow() local
2412 !GetConvertedLane(Op.getOperand(1), RHSOpcode, RHSSrcVec, RHSIndex)) in LowerConvertLow()
2432 if (LHSIndex != 0 || RHSIndex != 1 || LHSSrcVec != RHSSrcVec) { in LowerConvertLow()
2436 {static_cast<int>(LHSIndex), static_cast<int>(RHSIndex) + 4, -1, -1}); in LowerConvertLow()