Lines Matching defs:isPre
658 bool isInc, bool isPre);
2831 bool isPre, ASTContext &Ctx) {
2832 if (isInc || isPre)
2869 bool isInc, bool isPre) {
2885 if (isPre) {
2913 return isPre ? Builder.CreateBinOp(op, old, amt) : old;
2929 return isPre ? Builder.CreateBinOp(op, old, amt) : old;
2964 matchesPostDecrInWhile(E, isInc, isPre, CGF.getContext());
3201 return isPre ? value : input;
3215 return isPre ? value : input;
5629 bool isInc, bool isPre) {
5630 return ScalarExprEmitter(*this).EmitScalarPrePostIncDec(E, LV, isInc, isPre);