Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp198 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local
226 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local
246 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local
257 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
270 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayout.h75 unsigned IsSigned : 1; member
H A DCGRecordLayoutBuilder.cpp643 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp196 bool IsSigned) { in eliminateIVRemainder()
253 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp655 bool IsSigned; // Was a sext user seen before a zext? member
667 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local
728 bool IsSigned; member in __anonf2e12b570311::WidenIV
797 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
H A DLoopStrengthReduce.cpp1831 bool IsSigned = false; in OptimizeShadowIV() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp40 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
72 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp906 bool IsSigned) { in PPCMoveToFPReg()
948 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1023 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg()
1055 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp82 bool IsSigned) { in MultiplyOverflows()
94 bool IsSigned) { in IsMultiple()
798 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
H A 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()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp4750 bool IsSigned = false; in SelectBFE() local
H A DNVPTXISelLowering.cpp4055 bool &IsSigned) { in AreMulWideOperandsDemotable()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp75 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5074 bool IsSigned = Cond == ICmpInst::ICMP_SLT; in ComputeExitLimitFromICmp() local
5081 bool IsSigned = Cond == ICmpInst::ICMP_SGT; in ComputeExitLimitFromICmp() local
7018 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT()
7047 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT()
7091 const Loop *L, bool IsSigned, in HowManyLessThans()
7171 const Loop *L, bool IsSigned, in HowManyGreaterThans()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp695 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h467 bool IsSigned; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2113 bool IsSigned = false; in isAArch64FrameOffsetLegal() local
H A DAArch64FastISel.cpp1069 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1520 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtendOperands() local
1532 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtend8Operands() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2811 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1608 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp665 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c877 value IsSigned) { in llvm_const_intcast()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14146 bool IsSigned, bool IsReplace) const { in FP_TO_INTHelper()
18367 bool IsSigned = Op->getOpcode() == ISD::SMUL_LOHI; in LowerMUL_LOHI() local
19751 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; in ReplaceNodeResults() local

12