Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp4011 return emitPointerArithmetic(CGF, op, CodeGenFunction::IsSubtraction); in EmitSub()
5265 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument
5352 } else if (!IsSubtraction) { in EmitCheckedInBoundsGEP()
H A DCodeGenFunction.h4588 enum { NotSubtraction = false, IsSubtraction = true };
4598 bool IsSubtraction,