Home
last modified time | relevance | path

Searched refs:isOneValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DConstant.h59 bool isOneValue() const;
/external/llvm/lib/IR/
DConstants.cpp110 bool Constant::isOneValue() const { in isOneValue() function in Constant
122 return Splat->isOneValue(); in isOneValue()
127 return Splat->isOneValue(); in isOneValue()
/external/clang/lib/CodeGen/
DCGException.cpp1627 if (C && C->isOneValue()) { in EnterSEHTryStmt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1641 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()