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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h60 bool isNotOneValue() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp219 Op1C->isNotOneValue()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp153 bool Constant::isNotOneValue() const { function in class:Constant
167 if (!Elt || !Elt->isNotOneValue())

Completed in 122 milliseconds