Searched refs:Expr0 (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 1173 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { in UnaryOp() 1176 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } in UnaryOp() 1182 SExpr *expr() { return Expr0; } in expr() 1183 const SExpr *expr() const { return Expr0; } in expr() 1187 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() 1201 SExpr* Expr0; 1212 : SExpr(COP_BinaryOp), Expr0(E0), Expr1(E1) { in BinaryOp() 1216 : SExpr(B), Expr0(E0), Expr1(E1) { in BinaryOp() 1224 SExpr *expr0() { return Expr0; } in expr0() 1225 const SExpr *expr0() const { return Expr0; } in expr0() [all …]
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 2024 Value *Expr0 = expandCodeFor(Pred->getLHS(), Pred->getLHS()->getType(), IP); in expandEqualPredicate() local 2028 auto *I = Builder.CreateICmpNE(Expr0, Expr1, "ident.check"); in expandEqualPredicate()
|