HomeSort by relevance Sort by last modified time
    Searched defs:isAllOnesValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 315 bool isAllOnesValue() const {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 271 bool SCEV::isAllOnesValue() const {
273 return SC->getValue()->isAllOnesValue();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 65 bool Constant::isAllOnesValue() const {
72 return CFP->getValueAPF().bitcastToAPInt().isAllOnesValue();
76 return CV->isAllOnesValue();
    [all...]

Completed in 154 milliseconds