Lines Matching defs:CmpRHS
1658 const Value *CmpRHS = CI->getOperand(1);
1665 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS);
1667 CmpRHS = CmpLHS;
1698 std::swap(CmpLHS, CmpRHS);
1701 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc()))
2067 const Value *CmpRHS = CI->getOperand(1);
2069 std::swap(CmpLHS, CmpRHS);
2073 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))
2163 const Value *CmpRHS = CI->getOperand(1);
2170 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS);
2172 CmpRHS = CmpLHS;
2182 std::swap(CmpLHS, CmpRHS);
2190 Register CmpRHSReg = getRegForValue(CmpRHS);
2302 const Value *CmpRHS = CI->getOperand(1);
2305 std::swap(CmpLHS, CmpRHS);
2308 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))