Searched refs:isSubtraction (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2560 bool isSubtraction = !isInc; local
2693 elemTy, value, numElts, /*SignedIndices=*/false, isSubtraction,
2705 /*SignedIndices=*/false, isSubtraction,
2716 elemTy, value, amt, /*SignedIndices=*/false, isSubtraction,
2829 CGF.Int8Ty, value, sizeValue, /*SignedIndices=*/false, isSubtraction,
3617 bool isSubtraction) {
3628 if (!isSubtraction && !pointer->getType()->isPointerTy()) {
3670 if (isSubtraction)
3710 elemTy, pointer, index, isSigned, isSubtraction, op.E->getExprLoc(),
3729 elemTy, pointer, index, isSigned, isSubtraction, o
3615 emitPointerArithmetic(CodeGenFunction &CGF, const BinOpInfo &op, bool isSubtraction) argument
[all...]

Completed in 68 milliseconds