Home
last modified time | relevance | path

Searched defs:isOneValue (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h385 bool isOneValue() const { return isOne(); } in isOneValue() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp110 bool Constant::isOneValue() const { in isOneValue() function in Constant