Home | History | Annotate | Download | only in Sema

Lines Matching refs:CmpRes

5493     CompareBoolWithConstantResult CmpRes;
5497 CmpRes = TruthTable.BO_LT_OP[RhsConstant][ConstVal];
5500 CmpRes = TruthTable.BO_GT_OP[RhsConstant][ConstVal];
5503 CmpRes = TruthTable.BO_LE_OP[RhsConstant][ConstVal];
5506 CmpRes = TruthTable.BO_GE_OP[RhsConstant][ConstVal];
5509 CmpRes = TruthTable.BO_EQ_OP[RhsConstant][ConstVal];
5512 CmpRes = TruthTable.BO_NE_OP[RhsConstant][ConstVal];
5515 CmpRes = Unkwn;
5519 if (CmpRes == AFals) {
5521 } else if (CmpRes == ATrue) {