HomeSort by relevance Sort by last modified time
    Searched refs:NonNegative (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 242 /// \p NonNegative Whether V is guaranteed to be non-negative. For example,
246 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
294 /// \p NonNegative Whether BO is known to be non-negative, e.g., an in-bound
297 bool NonNegative);
448 bool NonNegative) {
476 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) {
512 // non-negative. Clear the NonNegative flag here.
514 /* NonNegative */ false);
522 /* NonNegative */ false);
531 bool ZeroExtended, bool NonNegative) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 192 bool NonNegative, Negative;
193 ComputeSignBit(V, NonNegative, Negative, DL, Depth, AC, CxtI, DT);
194 return NonNegative;
    [all...]

Completed in 169 milliseconds