Searched refs:NonNegative (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 265 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative); 321 bool NonNegative); 487 bool NonNegative) { in CanTraceInto() argument 517 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) { in CanTraceInto() 572 bool ZeroExtended, bool NonNegative) { in find() argument 588 if (CanTraceInto(SignExtended, ZeroExtended, BO, NonNegative)) in find() 592 find(U->getOperand(0), SignExtended, ZeroExtended, NonNegative) in find() 596 ZeroExtended, NonNegative).sext(BitWidth); in find()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9522 bool NonNegative; member 9524 IntRange(unsigned Width, bool NonNegative) in IntRange() 9525 : Width(Width), NonNegative(NonNegative) {} in IntRange() 9605 L.NonNegative && R.NonNegative); in join() 9611 L.NonNegative || R.NonNegative); in meet() 9705 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange() 9795 L.Width = (L.NonNegative ? 0 : 1); in GetExprRange() 9833 return IntRange(L.Width, L.NonNegative && R.NonNegative); in GetExprRange() 10297 if (signedRange.NonNegative) in AnalyzeComparison() 11102 if ((TargetRange.NonNegative && !SourceRange.NonNegative) || in CheckImplicitConversion() [all …]
|