Lines Matching defs:CmpLHS
1658 const Value *CmpLHS = CI->getOperand(0);
1668 CmpRHS = CmpLHS;
1699 std::swap(CmpLHS, CmpRHS);
1702 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc()))
2067 const Value *CmpLHS = CI->getOperand(0);
2070 std::swap(CmpLHS, CmpRHS);
2072 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType());
2074 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))
2163 const Value *CmpLHS = CI->getOperand(0);
2173 CmpRHS = CmpLHS;
2183 std::swap(CmpLHS, CmpRHS);
2190 Register CmpLHSReg = getRegForValue(CmpLHS);
2302 const Value *CmpLHS = CI->getOperand(0);
2306 std::swap(CmpLHS, CmpRHS);
2308 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType());
2309 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))