| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 187 bool IsSigned) { in eliminateIVRemainder() 244 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
| D | CGRecordLayoutBuilder.cpp | 239 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 633 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()
|
| D | LoopStrengthReduce.cpp | 1764 bool IsSigned = false; in OptimizeShadowIV() local
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 50 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 82 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 871 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/ |
| D | InstCombineCompares.cpp | 46 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/ |
| D | DIE.h | 235 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 4616 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/ |
| D | MCAssembler.h | 451 bool IsSigned; variable
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 1453 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaStmt.cpp | 655 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5502 bool IsSigned) { in processIntegerCallValue()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 8792 bool IsSigned, bool IsReplace) const { in FP_TO_INTHelper() 13547 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; in ReplaceNodeResults() local
|