Home
last modified time | relevance | path

Searched refs:IsSubtraction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3840 return emitPointerArithmetic(CGF, op, CodeGenFunction::IsSubtraction); in EmitSub()
5085 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument
5172 } else if (!IsSubtraction) { in EmitCheckedInBoundsGEP()
H A DCodeGenFunction.h4571 enum { NotSubtraction = false, IsSubtraction = true };
4581 bool IsSubtraction,