Searched refs:IsSubtraction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 4351 return emitPointerArithmetic(CGF, op, CodeGenFunction::IsSubtraction); in EmitSub() 5722 bool SignedIndices, bool IsSubtraction, in EmitCheckedInBoundsGEP() argument 5809 } else if (!IsSubtraction) { in EmitCheckedInBoundsGEP() 5838 bool SignedIndices, bool IsSubtraction, SourceLocation Loc, CharUnits Align, in EmitCheckedInBoundsGEP() argument 5845 IdxList, SignedIndices, IsSubtraction, Loc, Name), in EmitCheckedInBoundsGEP()
|
H A D | CodeGenFunction.h | 5040 enum { NotSubtraction = false, IsSubtraction = true }; 5050 bool IsSubtraction, 5056 bool IsSubtraction, SourceLocation Loc,
|