Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp187 bool IsSigned) { in eliminateIVRemainder()
244 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGRecordLayout.h75 unsigned IsSigned : 1; member
DCGRecordLayoutBuilder.cpp239 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp633 bool IsSigned; // Was an sext user seen before a zext? member
658 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitCast() local
706 bool IsSigned; member in __anon72b39c6c0311::WidenIV
770 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
DLoopStrengthReduce.cpp1764 bool IsSigned = false; in OptimizeShadowIV() local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp50 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
82 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp871 bool IsSigned) { in PPCMoveToFPReg()
913 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
988 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg()
1020 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp46 bool IsSigned) { in HasAddOverflow()
58 Constant *In2, bool IsSigned = false) { in AddWithOverflow()
80 bool IsSigned) { in HasSubOverflow()
93 Constant *In2, bool IsSigned = false) { in SubWithOverflow()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDIE.h235 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp4616 bool IsSigned = Cond == ICmpInst::ICMP_SLT; in ComputeExitLimitFromICmp() local
4623 bool IsSigned = Cond == ICmpInst::ICMP_SGT; in ComputeExitLimitFromICmp() local
6341 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT()
6370 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT()
6414 const Loop *L, bool IsSigned, in HowManyLessThans()
6484 const Loop *L, bool IsSigned, in HowManyGreaterThans()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAssembler.h451 bool IsSigned; variable
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1453 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp655 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5502 bool IsSigned) { in processIntegerCallValue()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp8792 bool IsSigned, bool IsReplace) const { in FP_TO_INTHelper()
13547 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; in ReplaceNodeResults() local