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

/external/llvm/include/llvm/ADT/
H A DAPInt.h324 bool isAllOnesValue() const { function in class:llvm::APInt
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp281 bool SCEV::isAllOnesValue() const { function in class:SCEV
283 return SC->getValue()->isAllOnesValue();
1917 } else if (Ops[0]->isAllOnesValue()) {
3642 if (CI->isAllOnesValue())
3699 if (CI->isAllOnesValue())
5497 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) {
5654 ME->getOperand(0)->isAllOnesValue()) {
/external/llvm/lib/VMCore/
H A DConstants.cpp67 bool Constant::isAllOnesValue() const { function in class:Constant
74 return CFP->getValueAPF().bitcastToAPInt().isAllOnesValue();
79 return Splat->isAllOnesValue();
84 return Splat->isAllOnesValue();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1168 bool isAllOnesValue() const { return Value->isAllOnesValue(); } function in class:llvm::SDNode::ConstantSDNode

Completed in 101 milliseconds