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

  /external/llvm/include/llvm/IR/
Constant.h 70 bool isNotMinSignedValue() const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 211 Shl->isNotMinSignedValue())
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 172 bool Constant::isNotMinSignedValue() const {
184 return Splat->isNotMinSignedValue();
189 return Splat->isNotMinSignedValue();
    [all...]

Completed in 61 milliseconds