Home | History | Annotate | Download | only in ARM

Lines Matching refs:CmpValue

1944 /// compares against in CmpValue. Return true if the comparison instruction
1948 int &CmpMask, int &CmpValue) const {
1956 CmpValue = MI->getOperand(1).getImm();
1963 CmpValue = 0;
1970 CmpValue = 0;
2062 int CmpMask, int CmpValue,
2096 // For CMPri(r1, CmpValue), we are looking for SUBri(r1, CmpValue).
2101 else if (MI->getParent() != CmpInstr->getParent() || CmpValue != 0) {
2126 if (isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpValue, &*I)) {