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

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 147 /// \p NonNegative Whether V is guaranteed to be non-negative. For example,
151 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
205 /// \p NonNegative Whether BO is known to be non-negative, e.g., an in-bound
208 bool NonNegative);
316 bool NonNegative) {
343 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) {
379 // non-negative. Clear the NonNegative flag here.
381 /* NonNegative */ false);
389 /* NonNegative */ false);
398 bool ZeroExtended, bool NonNegative) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 359 milliseconds