Home | History | Annotate | Download | only in pub

Lines Matching defs:iftrue

2155       /* A ternary if-then-else operator.  It returns iftrue if cond is
2157 iftrue and iffalse are evaluated in all cases.
2159 ppIRExpr output: ITE(<cond>,<iftrue>,<iffalse>),
2164 IRExpr* iftrue; /* True expression */
2225 extern IRExpr* IRExpr_ITE ( IRExpr* cond, IRExpr* iftrue, IRExpr* iffalse );