Searched refs:Expr0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1177 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { in UnaryOp() 1181 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } in UnaryOp() 1189 SExpr *expr() { return Expr0; } in expr() 1190 const SExpr *expr() const { return Expr0; } in expr() 1194 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() 1208 SExpr* Expr0; 1216 : SExpr(COP_BinaryOp), Expr0(E0), Expr1(E1) { in BinaryOp() 1221 : SExpr(B), Expr0(E0), Expr1(E1) { in BinaryOp() 1231 SExpr *expr0() { return Expr0; } in expr0() 1232 const SExpr *expr0() const { return Expr0; } in expr0() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 2075 Value *Expr0 = expand(Pred->getLHS(), IP); in expandComparePredicate() local 2080 auto *I = Builder.CreateICmp(InvPred, Expr0, Expr1, "ident.check"); in expandComparePredicate()
|