HomeSort by relevance Sort by last modified time
    Searched refs:IsSigned (Results 26 - 50 of 194) sorted by null

12 3 4 5 6 7 8

  /prebuilts/clang/host/linux-x86/clang-3960126/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-3977809/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-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;
  /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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 634 unsigned int Width, bool IsSigned, roundingMode RM,
636 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
638 unsigned int InputSize, bool IsSigned,
641 unsigned int InputSize, bool IsSigned,
    [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/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 42 LLVMBool IsSigned) {
44 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
74 LLVMBool IsSigned) {
76 if (IsSigned)
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 96 static unsigned GetConvertOpcode(MVT DestTy, MVT SrcTy, bool IsSigned);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 800 bool IsSigned = false; // Was a sext user seen before a zext?
809 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
810 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 137 bool SelectIToFP(const Instruction *I, bool IsSigned);
138 bool SelectFPToI(const Instruction *I, bool IsSigned);
175 unsigned SrcReg, bool IsSigned);
176 unsigned PPCMoveToFPReg(MVT VT, unsigned SrcReg, bool IsSigned);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 246 static unsigned BestForm(bool IsSigned, uint64_t Int) {
247 if (IsSigned) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 135 IsSigned(ItIsSigned){
139 SPIRVTypeInt():SPIRVType(OC), BitWidth(0), IsSigned(false){}
142 bool isSigned() const { return IsSigned;}
153 _SPIRV_DEF_ENCDEC3(Id, BitWidth, IsSigned)
160 bool IsSigned; // Whether it is signed
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ssa.go 37 if t.IsSigned() {
43 if t.IsSigned() {
49 if t.IsSigned() {
334 case v.Op == ssa.OpMIPS64MOVBreg && t.Size() == 1 && t.IsSigned(),
335 v.Op == ssa.OpMIPS64MOVBUreg && t.Size() == 1 && !t.IsSigned(),
336 v.Op == ssa.OpMIPS64MOVHreg && t.Size() == 2 && t.IsSigned(),
337 v.Op == ssa.OpMIPS64MOVHUreg && t.Size() == 2 && !t.IsSigned(),
338 v.Op == ssa.OpMIPS64MOVWreg && t.Size() == 4 && t.IsSigned(),
339 v.Op == ssa.OpMIPS64MOVWUreg && t.Size() == 4 && !t.IsSigned():
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
ssa.go 37 if t.IsSigned() {
43 if t.IsSigned() {
49 if t.IsSigned() {
334 case v.Op == ssa.OpMIPS64MOVBreg && t.Size() == 1 && t.IsSigned(),
335 v.Op == ssa.OpMIPS64MOVBUreg && t.Size() == 1 && !t.IsSigned(),
336 v.Op == ssa.OpMIPS64MOVHreg && t.Size() == 2 && t.IsSigned(),
337 v.Op == ssa.OpMIPS64MOVHUreg && t.Size() == 2 && !t.IsSigned(),
338 v.Op == ssa.OpMIPS64MOVWreg && t.Size() == 4 && t.IsSigned(),
339 v.Op == ssa.OpMIPS64MOVWUreg && t.Size() == 4 && !t.IsSigned():
  /external/llvm/include/llvm/MC/
MCFragment.h 376 /// IsSigned - True if this is a sleb128, false if uleb128.
377 bool IsSigned;
383 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
392 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }

Completed in 2511 milliseconds

12 3 4 5 6 7 8