Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h60 bool isNotOneValue() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp278 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
/freebsd/contrib/llvm-project/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()