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 324 bool isAllOnesValue() const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 287 bool SCEV::isAllOnesValue() const {
289 return SC->getValue()->isAllOnesValue();
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 91 bool Constant::isAllOnesValue() const {
98 return CFP->getValueAPF().bitcastToAPInt().isAllOnesValue();
103 return Splat->isAllOnesValue();
108 return Splat->isAllOnesValue();
    [all...]

Completed in 385 milliseconds