Lines Matching defs:CmpRHS
1659 const Value *CmpRHS = CI->getOperand(1);
1666 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS);
1668 CmpRHS = CmpLHS;
1699 std::swap(CmpLHS, CmpRHS);
1702 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc()))
2068 const Value *CmpRHS = CI->getOperand(1);
2070 std::swap(CmpLHS, CmpRHS);
2074 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))
2164 const Value *CmpRHS = CI->getOperand(1);
2171 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS);
2173 CmpRHS = CmpLHS;
2183 std::swap(CmpLHS, CmpRHS);
2191 Register CmpRHSReg = getRegForValue(CmpRHS);
2303 const Value *CmpRHS = CI->getOperand(1);
2306 std::swap(CmpLHS, CmpRHS);
2309 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))