Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp265 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()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp246 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
297 bool NonNegative);
448 bool NonNegative) { in CanTraceInto() argument
476 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) { in CanTraceInto()
531 bool ZeroExtended, bool NonNegative) { in find() argument
547 if (CanTraceInto(SignExtended, ZeroExtended, BO, NonNegative)) in find()
551 ZeroExtended, NonNegative).sext(BitWidth); in find()
/external/clang/lib/Sema/
DSemaChecking.cpp6975 bool NonNegative; member
6977 IntRange(unsigned Width, bool NonNegative) in IntRange()
6978 : Width(Width), NonNegative(NonNegative) in IntRange()
7051 L.NonNegative && R.NonNegative); in join()
7057 L.NonNegative || R.NonNegative); in meet()
7148 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange()
7236 L.Width = (L.NonNegative ? 0 : 1); in GetExprRange()
7266 L.Width = (L.NonNegative ? 0 : 1); in GetExprRange()
7274 return IntRange(L.Width, L.NonNegative && R.NonNegative); in GetExprRange()
7477 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
[all …]
/external/llvm/lib/Analysis/
DValueTracking.cpp181 bool NonNegative, Negative; in isKnownNonNegative() local
182 ComputeSignBit(V, NonNegative, Negative, DL, Depth, AC, CxtI, DT); in isKnownNonNegative()
183 return NonNegative; in isKnownNonNegative()
201 bool NonNegative, Negative; in isKnownNegative() local
202 ComputeSignBit(V, NonNegative, Negative, DL, Depth, AC, CxtI, DT); in isKnownNegative()