Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h56 bool isOneValue() const;
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp126 if (C->isOneValue()) { in processPHI()
/external/llvm/lib/IR/
DConstants.cpp128 bool Constant::isOneValue() const { in isOneValue() function in Constant
140 return Splat->isOneValue(); in isOneValue()
145 return Splat->isOneValue(); in isOneValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1640 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()
/external/clang/lib/CodeGen/
DCGException.cpp1810 C->isOneValue()) { in EnterSEHTryStmt()