Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp219 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/
DNumTraits.h55 IsSigned = std::numeric_limits<T>::is_signed, enumerator
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp195 bool IsSigned) { in eliminateIVRemainder()
252 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
/external/clang/lib/CodeGen/
DCGRecordLayout.h75 unsigned IsSigned : 1; member
DCGRecordLayoutBuilder.cpp616 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp653 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()
DLoopStrengthReduce.cpp1832 bool IsSigned = false; in OptimizeShadowIV() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp48 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
80 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp875 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/
DInstCombineCompares.cpp39 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/
DDIE.h256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp75 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4774 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/
DNVPTXISelDAGToDAG.cpp3272 bool IsSigned = false; in SelectBFE() local
DNVPTXISelLowering.cpp2891 bool &IsSigned) { in AreMulWideOperandsDemotable()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1876 bool IsSigned = false; in isAArch64FrameOffsetLegal() local
DAArch64ISelLowering.cpp1115 bool IsSigned = (Op.getOpcode() == ISD::SMULO) ? true : false; in getAArch64XALUOOp() local
/external/llvm/include/llvm/MC/
DMCAssembler.h466 bool IsSigned; variable
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1539 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/
DMemorySanitizer.cpp1564 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
/external/clang/lib/Sema/
DSemaStmt.cpp667 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c816 value IsSigned) { in llvm_const_intcast()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp10981 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/
DSelectionDAGBuilder.cpp5593 bool IsSigned) { in processIntegerCallValue()