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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 75 unsigned IsSigned : 1;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned,
89 : Offset(Offset), Size(Size), IsSigned(IsSigned),
CGRecordLayoutBuilder.cpp 238 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
261 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 77 bool IsSigned);
187 bool IsSigned) {
203 if ((!IsSigned || SE->isKnownNonNegative(S)) &&
204 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
211 if (IsSigned && !SE->isKnownNonNegative(LessOne))
214 if (!SE->isKnownPredicate(IsSigned ?
244 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
245 if (IsSigned || Rem->getOpcode() == Instruction::URem) {
246 eliminateIVRemainder(Rem, IVOperand, IsSigned);
  /external/eigen/Eigen/src/Core/
NumTraits.h 42 * \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.
55 IsSigned = std::numeric_limits<T>::is_signed,
137 IsSigned = NumTraits<Scalar>::IsSigned,
MathFunctions.h 543 eigen_assert(!NumTraits<Scalar>::IsSigned || y >= 0);
601 return run(Scalar(NumTraits<Scalar>::IsSigned ? -1 : 0), Scalar(1));
665 return run(Scalar(NumTraits<Scalar>::IsSigned ? -10 : 0), Scalar(10));
672 Scalar offset = NumTraits<Scalar>::IsSigned ? Scalar(1 << (rand_bits-1)) : Scalar(0);
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 194 struct IsSigned
204 IsSigned<IntegerType>::value
235 IsSigned<IntegerType>::value
278 bool IsTSigned = IsSigned<T>::value,
279 bool IsUSigned = IsSigned<U>::value>
304 bool IsTSigned = IsSigned<T>::value,
305 bool IsUSigned = IsSigned<U>::value,
376 return IsSigned<T>::value
392 return IsSigned<T>::value
398 bool IsSigned = IsSigned<T>::value
    [all...]
  /external/llvm/include/llvm-c/
ExecutionEngine.h 57 LLVMBool IsSigned);
66 LLVMBool IsSigned);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 632 bool IsSigned; // Was an sext user seen before a zext?
634 WideIVInfo() : NarrowIV(0), WidestNativeType(0), IsSigned(false) {}
657 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
658 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
668 WI.IsSigned = IsSigned;
673 if (WI.IsSigned != IsSigned)
705 bool IsSigned;
728 IsSigned(WI.IsSigned)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 50 LLVMBool IsSigned) {
52 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
82 LLVMBool IsSigned) {
84 if (IsSigned)
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 236 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, bool IsSigned) const;
245 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool IsSigned) const;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 238 static unsigned BestForm(bool IsSigned, uint64_t Int) {
239 if (IsSigned) {
  /external/llvm/include/llvm/MC/
MCAssembler.h 457 /// IsSigned - True if this is a sleb128, false if uleb128.
458 bool IsSigned;
464 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); }
471 bool isSigned() const { return IsSigned; }
    [all...]
  /external/eigen/test/
integer_types.cpp 57 VERIFY(int(NumTraits<Scalar>::IsSigned) == is_signed);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 46 bool IsSigned) {
47 if (!IsSigned)
58 Constant *In2, bool IsSigned = false) {
67 IsSigned))
75 IsSigned);
80 bool IsSigned) {
81 if (!IsSigned)
93 Constant *In2, bool IsSigned = false) {
102 IsSigned))
110 IsSigned);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/ceres-solver/include/ceres/
jet.h 738 IsSigned,
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 918 EIGEN_STATIC_ASSERT(NumTraits<Index>::IsSigned,THE_INDEX_TYPE_MUST_BE_A_SIGNED_TYPE);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 491 ConvVal.setIsSigned(Val.isSigned());
499 } else if (NewSign != Val.isSigned()) {
658 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) {
663 Val.setIsSigned(IsSigned);
816 ConstantCondValue.isSigned() == CondIsSigned));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 525 milliseconds