Searched defs:isAllOnesValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h338 bool isAllOnesValue() const { function in class:llvm::APInt
348 bool isMaxValue() const { return isAllOnesValue(); }
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp285 bool SCEV::isAllOnesValue() const { function in class:SCEV
287 return SC->getValue()->isAllOnesValue();
1956 } else if (Ops[0]->isAllOnesValue()) {
3784 if (CI->isAllOnesValue())
3848 if (CI->isAllOnesValue())
5773 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) {
5945 ME->getOperand(0)->isAllOnesValue()) {
/external/llvm/lib/IR/
H A DConstants.cpp88 bool Constant::isAllOnesValue() const { function in class:Constant
95 return CFP->getValueAPF().bitcastToAPInt().isAllOnesValue();
100 return Splat->isAllOnesValue();
105 return Splat->isAllOnesValue();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1355 bool isAllOnesValue() const { return Value->isAllOnesValue(); } function in class:ConstantSDNode

Completed in 114 milliseconds