Home | History | Annotate | Download | only in pub

Lines Matching refs:iffalse

1953          nonzero, iffalse otherwise.  Note that it is STRICT, ie. both
1954 iftrue and iffalse are evaluated in all cases.
1956 ppIRExpr output: ITE(<cond>,<iftrue>,<iffalse>),
1962 IRExpr* iffalse; /* False expression */
2022 extern IRExpr* IRExpr_ITE ( IRExpr* cond, IRExpr* iftrue, IRExpr* iffalse );