HomeSort by: relevance | last modified time | path
    Searched refs:isNotOneValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constant.h 60 bool isNotOneValue() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp 243 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 153 bool Constant::isNotOneValue() const {
167 if (!Elt || !Elt->isNotOneValue())

Completed in 37 milliseconds