Lines Matching refs:isPre
311 bool isInc, bool isPre);
1455 bool isInc, bool isPre) {
1468 if (isPre) {
1496 return isPre ? Builder.CreateBinOp(op, old, amt) : old;
1654 return isPre ? value : input;
1665 return isPre ? value : input;
3203 bool isInc, bool isPre) {
3204 return ScalarExprEmitter(*this).EmitScalarPrePostIncDec(E, LV, isInc, isPre);