Lines Matching defs:CmpValue
2786 /// compares against in CmpValue. Return true if the comparison instruction
2790 int64_t &CmpValue) const {
2799 CmpValue = MI.getOperand(1).getImm();
2807 CmpValue = 0;
2814 CmpValue = 0;
3016 int64_t CmpValue, const MachineRegisterInfo *MRI) const {
3052 // For CMPri(r1, CmpValue), we are looking for SUBri(r1, CmpValue).
3057 else if (MI->getParent() != CmpInstr.getParent() || CmpValue != 0) {
3060 // For CMPri w/ CmpValue != 0, a SubAdd may still be a candidate.
3114 if (isRedundantFlagInstr(&CmpInstr, SrcReg, SrcReg2, CmpValue, &Instr,
3303 int64_t CmpMask, CmpValue;
3306 analyzeCompare(*Next, SrcReg, SrcReg2, CmpMask, CmpValue) &&
3307 isRedundantFlagInstr(&*Next, SrcReg, SrcReg2, CmpValue, &MI, IsThumb1))