HomeSort by: relevance | last modified time | path
    Searched defs:isOneValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 127 bool Constant::isOneValue() const {
134 return CFP->getValueAPF().bitcastToAPInt().isOneValue();
139 return Splat->isOneValue();
145 return CV->getElementAsAPFloat(0).bitcastToAPInt().isOneValue();
146 return CV->getElementAsAPInt(0).isOneValue();
156 return !CI->isOneValue();
160 return !CFP->getValueAPF().bitcastToAPInt().isOneValue();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 416 bool isOneValue() const {

Completed in 25 milliseconds