Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h104 dyn_cast_or_null<ConstantInt>(CV->getSplatValue())) { in match()
110 dyn_cast_or_null<ConstantInt>(CV->getSplatValue())) { in match()
156 if (ConstantInt *CI = dyn_cast_or_null<ConstantInt>(CV->getSplatValue())) in match()
159 if (ConstantInt *CI = dyn_cast_or_null<ConstantInt>(CV->getSplatValue())) in match()
181 if (ConstantInt *CI = dyn_cast_or_null<ConstantInt>(CV->getSplatValue())) in match()
188 if (ConstantInt *CI = dyn_cast_or_null<ConstantInt>(CV->getSplatValue())) in match()
/external/llvm/include/llvm/
DConstants.h471 Constant *getSplatValue() const;
741 Constant *getSplatValue() const;
/external/llvm/lib/VMCore/
DConstants.cpp78 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()
83 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()
1218 Constant *ConstantVector::getSplatValue() const { in getSplatValue() function in ConstantVector
2357 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue() function in ConstantDataVector
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp268 if (ConstantFP *F = dyn_cast_or_null<ConstantFP>(Op1V->getSplatValue())) in visitFMul()