Home
last modified time | relevance | path

Searched refs:isNotOneValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h60 bool isNotOneValue() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp243 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp153 bool Constant::isNotOneValue() const { in isNotOneValue() function in Constant
167 if (!Elt || !Elt->isNotOneValue()) in isNotOneValue()