/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 200 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/ |
D | NumTraits.h | 55 IsSigned = std::numeric_limits<T>::is_signed, enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 189 bool IsSigned) { in eliminateIVRemainder() 246 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
/external/clang/lib/CodeGen/ |
D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
D | CGRecordLayoutBuilder.cpp | 643 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 654 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()
|
D | LoopStrengthReduce.cpp | 1828 bool IsSigned = false; in OptimizeShadowIV() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 40 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 72 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 919 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/ |
D | InstCombineMulDivRem.cpp | 82 bool IsSigned) { in MultiplyOverflows() 94 bool IsSigned) { in IsMultiple() 798 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
D | InstCombineCompares.cpp | 49 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/ |
D | DIE.h | 256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 4735 bool IsSigned = false; in SelectBFE() local
|
D | NVPTXISelLowering.cpp | 4063 bool &IsSigned) { in AreMulWideOperandsDemotable()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 71 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5144 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/ |
D | MipsFastISel.cpp | 897 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 463 bool IsSigned; variable
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 2112 bool IsSigned = false; in isAArch64FrameOffsetLegal() local
|
D | AArch64FastISel.cpp | 1070 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1493 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/ |
D | TargetLowering.h | 1085 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1695 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 666 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 877 value IsSigned) { in llvm_const_intcast()
|