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 338 bool isAllOnesValue() const {
348 bool isMaxValue() const { return isAllOnesValue(); }
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 285 bool SCEV::isAllOnesValue() const {
287 return SC->getValue()->isAllOnesValue();
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 88 bool Constant::isAllOnesValue() const {
95 return CFP->getValueAPF().bitcastToAPInt().isAllOnesValue();
100 return Splat->isAllOnesValue();
105 return Splat->isAllOnesValue();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 174 milliseconds