HomeSort by relevance Sort by last modified time
    Searched defs:IsSigned (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/eigen/Eigen/src/Core/
NumTraits.h 75 * \li An enum value \a IsSigned. It is equal to \c 1 if \a T is a signed type and to 0 if \a T is unsigned.
92 IsSigned = std::numeric_limits<T>::is_signed,
207 IsSigned = NumTraits<Scalar>::IsSigned,
  /external/clang/lib/CodeGen/
CGRecordLayout.h 75 unsigned IsSigned : 1;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageOffset() {}
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned,
89 : Offset(Offset), Size(Size), IsSigned(IsSigned),
  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 66 IsSigned = 1,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
parse_number.h 48 inline bool IsSigned(const NumberType& type) {
127 if (value < 0 || IsSigned(type)) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 183 /// signedness of 'isSigned' and with a value suffix of 'ValSuffix' (e.g. LL).
185 StringRef ValSuffix, bool isSigned,
187 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
189 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix);
202 bool IsSigned = TI.isTypeSigned(Ty);
204 for (const char *Fmt = IsSigned ? "di" : "ouxX"; *Fmt; ++Fmt) {
230 bool IsSigned = TI.isTypeSigned(Ty);
235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
237 const char *Prefix = IsSigned ? "__INT" : "__UINT";
250 bool IsSigned = TI.isTypeSigned(Ty)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 111 bool IsSigned = Data->Type.isSignedIntegerTy();
112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow
122 << (IsSigned ? "signed" : "unsigned")
145 bool IsSigned = Data->Type.isSignedIntegerTy();
146 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow
154 if (IsSigned)
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 93 RecurrenceType(nullptr), IsSigned(false) {}
99 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
221 /// source operands are added to CI, and IsSigned is updated to indicate if
224 Type *RT, bool &IsSigned,
237 bool isSigned() { return IsSigned; }
254 bool IsSigned;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 81 bool IsSigned);
191 bool IsSigned) {
207 if ((!IsSigned || SE->isKnownNonNegative(S)) &&
208 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
215 if (IsSigned && !SE->isKnownNonNegative(LessOne))
218 if (!SE->isKnownPredicate(IsSigned ?
253 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
254 if (IsSigned || Rem->getOpcode() == Instruction::URem) {
255 eliminateIVRemainder(Rem, IVOperand, IsSigned);
422 bool IsSigned = Rem->getOpcode() == Instruction::SRem
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 103 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
224 /// source operands are added to CI, and IsSigned is updated to indicate if
227 Type *RT, bool &IsSigned,
240 bool isSigned() { return IsSigned; }
257 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 105 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
226 /// source operands are added to CI, and IsSigned is updated to indicate if
229 Type *RT, bool &IsSigned,
242 bool isSigned() { return IsSigned; }
259 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 105 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
226 /// source operands are added to CI, and IsSigned is updated to indicate if
229 Type *RT, bool &IsSigned,
242 bool isSigned() { return IsSigned; }
259 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 107 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
241 bool isSigned() { return IsSigned; }
258 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 103 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
224 /// source operands are added to CI, and IsSigned is updated to indicate if
227 Type *RT, bool &IsSigned,
240 bool isSigned() { return IsSigned; }
257 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 105 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
226 /// source operands are added to CI, and IsSigned is updated to indicate if
229 Type *RT, bool &IsSigned,
242 bool isSigned() { return IsSigned; }
259 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 105 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
226 /// source operands are added to CI, and IsSigned is updated to indicate if
229 Type *RT, bool &IsSigned,
242 bool isSigned() { return IsSigned; }
259 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 107 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
241 bool isSigned() { return IsSigned; }
258 bool IsSigned = false;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.h 128 bool IsSigned() const { return signed_; }
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
TcgStorageCore.c     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned,
145 if (IsSigned != IsSExtInst)
149 IsSigned = IsSExtInst;
200 bool IsSigned = false;
352 IsSigned, VisitedInsts, CastInsts))
364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts);
    [all...]

Completed in 1345 milliseconds

1 2 3 4