Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3764 return emitPointerArithmetic(CGF, op, CodeGenFunction::IsSubtraction); in EmitSub()
5006 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument
5094 } else if (!IsSubtraction) { in EmitCheckedInBoundsGEP()
H A DCodeGenFunction.h4499 enum { NotSubtraction = false, IsSubtraction = true };
4509 bool IsSubtraction,