Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/Frontend/
DInitPreprocessor.cpp200 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local
228 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local
248 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local
259 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
272 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
/external/eigen/Eigen/src/Core/
DNumTraits.h55 IsSigned = std::numeric_limits<T>::is_signed, enumerator
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp189 bool IsSigned) { in eliminateIVRemainder()
246 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
/external/clang/lib/CodeGen/
DCGRecordLayout.h75 unsigned IsSigned : 1; member
DCGRecordLayoutBuilder.cpp643 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp654 bool IsSigned; // Was a sext user seen before a zext? member
666 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local
727 bool IsSigned; member in __anond83b39260311::WidenIV
796 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
DLoopStrengthReduce.cpp1828 bool IsSigned = false; in OptimizeShadowIV() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp40 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
72 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp919 bool IsSigned) { in PPCMoveToFPReg()
963 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1038 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg()
1072 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp82 bool IsSigned) { in MultiplyOverflows()
94 bool IsSigned) { in IsMultiple()
798 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
DInstCombineCompares.cpp49 bool IsSigned) { in HasAddOverflow()
61 Constant *In2, bool IsSigned = false) { in AddWithOverflow()
83 bool IsSigned) { in HasSubOverflow()
96 Constant *In2, bool IsSigned = false) { in SubWithOverflow()
/external/llvm/include/llvm/CodeGen/
DDIE.h256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp4735 bool IsSigned = false; in SelectBFE() local
DNVPTXISelLowering.cpp4063 bool &IsSigned) { in AreMulWideOperandsDemotable()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp71 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5144 bool IsSigned = Cond == ICmpInst::ICMP_SLT; in ComputeExitLimitFromICmp() local
5151 bool IsSigned = Cond == ICmpInst::ICMP_SGT; in ComputeExitLimitFromICmp() local
7187 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT()
7216 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT()
7260 const Loop *L, bool IsSigned, in HowManyLessThans()
7340 const Loop *L, bool IsSigned, in HowManyGreaterThans()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp897 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
/external/llvm/include/llvm/MC/
DMCAssembler.h463 bool IsSigned; variable
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2112 bool IsSigned = false; in isAArch64FrameOffsetLegal() local
DAArch64FastISel.cpp1070 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1493 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtendOperands() local
1505 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtend8Operands() local
/external/llvm/include/llvm/Target/
DTargetLowering.h1085 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1695 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
/external/clang/lib/Sema/
DSemaStmt.cpp666 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c877 value IsSigned) { in llvm_const_intcast()

12