Home | History | Annotate | Download | only in pub

Lines Matching defs:iftrue

1952       /* A ternary if-then-else operator.  It returns iftrue if cond is
1954 iftrue and iffalse are evaluated in all cases.
1956 ppIRExpr output: ITE(<cond>,<iftrue>,<iffalse>),
1961 IRExpr* iftrue; /* True expression */
2022 extern IRExpr* IRExpr_ITE ( IRExpr* cond, IRExpr* iftrue, IRExpr* iffalse );