Lines Matching defs:CmpValue
1949 /// compares against in CmpValue. Return true if the comparison instruction
1953 int &CmpMask, int &CmpValue) const {
1961 CmpValue = MI->getOperand(1).getImm();
1968 CmpValue = 0;
1975 CmpValue = 0;
2067 int CmpMask, int CmpValue,
2101 // For CMPri(r1, CmpValue), we are looking for SUBri(r1, CmpValue).
2106 else if (MI->getParent() != CmpInstr->getParent() || CmpValue != 0) {
2131 if (isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpValue, &*I)) {