| /external/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 219 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local 240 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local 251 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 263 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 | 195 bool IsSigned) { in eliminateIVRemainder() 252 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
| /external/clang/lib/CodeGen/ |
| D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
| D | CGRecordLayoutBuilder.cpp | 616 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 653 bool IsSigned; // Was an sext user seen before a zext? member 665 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local 713 bool IsSigned; member in __anon96a4269d0311::WidenIV 777 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
|
| D | LoopStrengthReduce.cpp | 1832 bool IsSigned = false; in OptimizeShadowIV() local
|
| /external/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 48 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 80 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 875 bool IsSigned) { in PPCMoveToFPReg() 917 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() 992 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg() 1024 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 39 bool IsSigned) { in HasAddOverflow() 51 Constant *In2, bool IsSigned = false) { in AddWithOverflow() 73 bool IsSigned) { in HasSubOverflow() 86 Constant *In2, bool IsSigned = false) { in SubWithOverflow()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.h | 256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
|
| /external/llvm/lib/Target/AArch64/InstPrinter/ |
| D | AArch64InstPrinter.cpp | 75 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 4774 bool IsSigned = Cond == ICmpInst::ICMP_SLT; in ComputeExitLimitFromICmp() local 4781 bool IsSigned = Cond == ICmpInst::ICMP_SGT; in ComputeExitLimitFromICmp() local 6549 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() 6578 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() 6622 const Loop *L, bool IsSigned, in HowManyLessThans() 6692 const Loop *L, bool IsSigned, in HowManyGreaterThans()
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 3272 bool IsSigned = false; in SelectBFE() local
|
| D | NVPTXISelLowering.cpp | 2891 bool &IsSigned) { in AreMulWideOperandsDemotable()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.cpp | 1876 bool IsSigned = false; in isAArch64FrameOffsetLegal() local
|
| D | AArch64ISelLowering.cpp | 1115 bool IsSigned = (Op.getOpcode() == ISD::SMULO) ? true : false; in getAArch64XALUOOp() local
|
| /external/llvm/include/llvm/MC/ |
| D | MCAssembler.h | 466 bool IsSigned; variable
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1539 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtendOperands() local 1551 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtend8Operands() local
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 1564 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 667 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 816 value IsSigned) { in llvm_const_intcast()
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 10981 bool IsSigned, bool IsReplace) const { in FP_TO_INTHelper() 15167 bool IsSigned = Op->getOpcode() == ISD::SMUL_LOHI; in LowerMUL_LOHI() local 16307 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; in ReplaceNodeResults() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5593 bool IsSigned) { in processIntegerCallValue()
|