Searched refs:LHSImm (Results 1 – 2 of 2) sorted by relevance
4464 const ConstantFP *LHSImm = getConstantFPVRegVal(LHS, MRI); in emitFPCompare() local4465 if (LHSImm && (LHSImm->isZero() && !LHSImm->isNegative())) { in emitFPCompare()
20370 uint64_t LHSImm = 0, RHSImm = 0; in performAddCombineForShiftedOperands() local20379 if (isOpcWithIntImmediate(LHS.getNode(), ISD::SHL, LHSImm) && in performAddCombineForShiftedOperands()20380 isOpcWithIntImmediate(RHS.getNode(), ISD::SHL, RHSImm) && LHSImm <= 4 && in performAddCombineForShiftedOperands()