Lines Matching defs:CmpLHS
1657 const Value *CmpLHS = CI->getOperand(0);
1667 CmpRHS = CmpLHS;
1698 std::swap(CmpLHS, CmpRHS);
1701 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc()))
2066 const Value *CmpLHS = CI->getOperand(0);
2069 std::swap(CmpLHS, CmpRHS);
2071 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType());
2073 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))
2162 const Value *CmpLHS = CI->getOperand(0);
2172 CmpRHS = CmpLHS;
2182 std::swap(CmpLHS, CmpRHS);
2189 Register CmpLHSReg = getRegForValue(CmpLHS);
2301 const Value *CmpLHS = CI->getOperand(0);
2305 std::swap(CmpLHS, CmpRHS);
2307 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType());
2308 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))