Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h60 bool isNotOneValue() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp282 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp127 bool Constant::isNotOneValue() const { in isNotOneValue() function in Constant
140 if (!Elt || !Elt->isNotOneValue()) in isNotOneValue()
149 return SplatVal->isNotOneValue(); in isNotOneValue()