Home | History | Annotate | Download | only in X86

Lines Matching refs:ConditionDef

4150   MachineInstr *ConditionDef = nullptr;
4155 ConditionDef = &*I;
4163 if (!ConditionDef)
4172 MBP.ConditionDef = ConditionDef;
4183 if (ConditionDef->getOpcode() == TestOpcode &&
4184 ConditionDef->getNumOperands() == 3 &&
4185 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) &&
4187 MBP.LHS = ConditionDef->getOperand(0);