Home | History | Annotate | Download | only in expr

Lines Matching defs:getPred

174         assertExactMatch(shouldRead, ternaryExpr.getPred());
176 assertExactMatch(first, ternaryExpr.getPred());
262 assertEquals(ternaryExpr.getPred(), toRead.get(0));
266 assertEquals(ternaryExpr.getPred(), readNow.get(0));
275 assertExactMatch(toRead, ternaryExpr.getIfFalse(), innerTernary.getPred());
377 Expr abCmp = abTernary.getPred();
378 Expr bcCmp = bcTernary.getPred();
379 Expr u1GetCondD = ((TernaryExpr) bcTernary.getIfTrue()).getPred();
456 assertExactMatch(shouldRead, a, abTernary.getPred());
477 assertExactMatch(shouldRead, a, a3Ternary.getPred());
480 assertExactMatch(shouldRead, c, c4Ternary.getPred());
483 assertFlags(c4Ternary.getPred(), a3Ternary.getRequirementFlagIndex(true));
495 assertTrue(uTernary.getPred().canBeInvalidated());
497 assertExactMatch(shouldRead, u, uComment, uTernary.getPred());
515 assertExactMatch(shouldRead, a, b, abTernary.getPred(), abTernary2.getPred());
886 final ComparisonExpr comparison = (ComparisonExpr) ternaryExpr.getPred();