Searched defs:IsSigned (Results 1 - 13 of 13) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DNumTraits.h42 * \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, enumerator in enum:Eigen::GenericNumTraits::__anon5345
137 IsSigned = NumTraits<Scalar>::IsSigned,
/external/clang/lib/CodeGen/
H A DCGRecordLayout.h92 bool IsSigned : 1;
96 bool IsSigned) : Size(Size), NumComponents(NumComponents),
97 IsSigned(IsSigned) {
126 bool isSigned() const { return IsSigned; }
95 CGBitFieldInfo(unsigned Size, unsigned NumComponents, AccessInfo *_Components, bool IsSigned) argument
H A DCGRecordLayoutBuilder.cpp245 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); local
355 return CGBitFieldInfo(FieldSize, NumComponents, Components, IsSigned);
1148 OS << " IsSigned:" << IsSigned << "\n"; local
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp27 LLVMBool IsSigned) {
29 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
59 LLVMBool IsSigned) {
61 if (IsSigned)
25 LLVMCreateGenericValueOfInt(LLVMTypeRef Ty, unsigned long long N, LLVMBool IsSigned) argument
58 LLVMGenericValueToInt(LLVMGenericValueRef GenValRef, LLVMBool IsSigned) argument
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp77 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; local
245 if (IsSigned || Rem->getOpcode() == Instruction::URem) {
246 eliminateIVRemainder(Rem, IVOperand, IsSigned);
185 eliminateIVRemainder(BinaryOperator *Rem, Value *IVOperand, bool IsSigned) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h236 static unsigned BestForm(bool IsSigned, uint64_t Int) { argument
237 if (IsSigned) {
/external/llvm/include/llvm/MC/
H A DMCAssembler.h351 /// IsSigned - True if this is a sleb128, false if uleb128.
352 bool IsSigned; member in class:llvm::MCLEBFragment
358 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); }
365 bool isSigned() const { return IsSigned; }
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp46 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);
44 HasAddOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
78 HasSubOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp593 bool IsSigned; // Was an sext user seen before a zext? member in struct:__anon9686::WideIVInfo
595 WideIVInfo() : NarrowIV(0), WidestNativeType(0), IsSigned(false) {}
618 bool IsSigned = Cast->getOpcode() == Instruction::SExt; local
619 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
629 WI.IsSigned = IsSigned;
634 if (WI.IsSigned != IsSigned)
666 bool IsSigned; member in class:__anon9687::WidenIV
689 IsSigned(W
730 getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, Instruction *Use) argument
[all...]
H A DLoopStrengthReduce.cpp1666 bool IsSigned = false; local
1681 IsSigned = false;
1685 IsSigned = true;
1718 Constant *NewInit = ConstantFP::get(DestTy, IsSigned ?
/external/clang/lib/Sema/
H A DSemaStmt.cpp610 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { argument
615 Val.setIsSigned(IsSigned);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8072 FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned, bool IsReplace) const { argument
8077 if (!IsSigned && !isIntegerTypeFTOL(DstTy)) {
8103 if (!IsSigned && isIntegerTypeFTOL(DstTy))
8170 /*IsSigned=*/ true, /*IsReplace=*/ false);
8188 /*IsSigned=*/ false, /*IsReplace=*/ false);
11401 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; local
11403 if (!IsSigned && !isIntegerTypeFTOL(SDValue(N, 0).getValueType()))
11407 FP_TO_INTHelper(SDValue(N, 0), DAG, IsSigned, /*IsReplace=*/ true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 591 milliseconds