Searched refs:SignedIndices (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3514 bool SignedIndices = false; local
3524 SignedIndices |= IdxSigned;
3560 SignedIndices, E->getExprLoc());
3591 SignedIndices, E->getExprLoc());
3618 SignedIndices, E->getExprLoc());
3643 E->getType(), !getLangOpts().isSignedOverflowDefined(), SignedIndices,
3654 SignedIndices, E->getExprLoc(), &ptrType,
H A DCGExprScalar.cpp2524 value, numElts, /*SignedIndices=*/false, isSubtraction,
2535 value = CGF.EmitCheckedInBoundsGEP(value, amt, /*SignedIndices=*/false,
2546 value = CGF.EmitCheckedInBoundsGEP(value, amt, /*SignedIndices=*/false,
2630 /*SignedIndices=*/false, isSubtraction,
4756 bool SignedIndices, bool IsSubtraction,
4832 if (SignedIndices) {
4755 EmitCheckedInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList, bool SignedIndices, bool IsSubtraction, SourceLocation Loc, const Twine &Name) argument
H A DCodeGenFunction.h4093 /// \p SignedIndices indicates whether any of the GEP indices are signed.
4098 bool SignedIndices,

Completed in 128 milliseconds