Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isPre

357                                        bool isInc, bool isPre);
1627 bool isInc, bool isPre) {
1640 if (isPre) {
1667 return isPre ? Builder.CreateBinOp(op, old, amt) : old;
1838 return isPre ? value : input;
1849 return isPre ? value : input;
3475 bool isInc, bool isPre) {
3476 return ScalarExprEmitter(*this).EmitScalarPrePostIncDec(E, LV, isInc, isPre);