HomeSort by: relevance | last modified time | path
    Searched refs:IsSubtraction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 2454 bool isSubtraction = !isInc;
2586 value, numElts, /*SignedIndices=*/false, isSubtraction,
2598 isSubtraction, E->getExprLoc(),
2609 isSubtraction, E->getExprLoc(),
2718 /*SignedIndices=*/false, isSubtraction,
3368 bool isSubtraction) {
3379 if (!isSubtraction && !pointer->getType()->isPointerTy()) {
3421 if (isSubtraction)
3460 CGF.EmitCheckedInBoundsGEP(pointer, index, isSigned, isSubtraction,
3478 return CGF.EmitCheckedInBoundsGEP(pointer, index, isSigned, isSubtraction,
    [all...]
CodeGenFunction.h 4499 enum { NotSubtraction = false, IsSubtraction = true };
4504 /// \p IsSubtraction indicates whether the expression used to form the GEP
4509 bool IsSubtraction,

Completed in 32 milliseconds