Home
last modified time | relevance | path

Searched refs:NonNegative (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp225 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
282 bool NonNegative);
388 bool NonNegative) { in CanTraceInto() argument
415 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) { in CanTraceInto()
470 bool ZeroExtended, bool NonNegative) { in find() argument
486 if (CanTraceInto(SignExtended, ZeroExtended, BO, NonNegative)) { in find()
491 ZeroExtended, NonNegative).sext(BitWidth); in find()
/external/clang/lib/Sema/
DSemaChecking.cpp5589 bool NonNegative; member
5591 IntRange(unsigned Width, bool NonNegative) in IntRange()
5592 : Width(Width), NonNegative(NonNegative) in IntRange()
5665 L.NonNegative && R.NonNegative); in join()
5671 L.NonNegative || R.NonNegative); in meet()
5762 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange()
5850 L.Width = (L.NonNegative ? 0 : 1); in GetExprRange()
5880 L.Width = (L.NonNegative ? 0 : 1); in GetExprRange()
5888 return IntRange(L.Width, L.NonNegative && R.NonNegative); in GetExprRange()
6092 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
[all …]