Lines Matching refs:getSplatValue
2122 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2196 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2995 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue() function in SelectionDAG
3725 if (const Constant *Splat = Cst->getSplatValue()) { in computeKnownBits()
12801 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, in getSplatValue() function in BuildVectorSDNode
12836 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode
12838 return getSplatValue(DemandedElts, UndefElements); in getSplatValue()
12897 getSplatValue(DemandedElts, UndefElements)); in getConstantSplatNode()
12902 return dyn_cast_or_null<ConstantSDNode>(getSplatValue(UndefElements)); in getConstantSplatNode()
12909 getSplatValue(DemandedElts, UndefElements)); in getConstantFPSplatNode()
12914 return dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements)); in getConstantFPSplatNode()
12921 dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements))) { in getConstantFPSplatPow2ToLog2Int()