Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h55 bool isOneValue() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h57 bool isOneValue() const;
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp116 if (C->isOneValue()) { in processPHI()
/external/llvm/lib/IR/
DConstants.cpp127 bool Constant::isOneValue() const { in isOneValue() function in Constant
139 return Splat->isOneValue(); in isOneValue()
144 return Splat->isOneValue(); in isOneValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1620 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()
/external/clang/lib/CodeGen/
DCGException.cpp1804 C->isOneValue()) { in EnterSEHTryStmt()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1879 } else if (MaskElt->isOneValue()) { in ConstantFoldVectorCall()