Lines Matching refs:getSplatValue
1814 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
1888 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2637 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue() function in SelectionDAG
3200 if (const Constant *Splat = Cst->getSplatValue()) { in computeKnownBits()
10354 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, in getSplatValue() function in BuildVectorSDNode
10389 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode
10391 return getSplatValue(DemandedElts, UndefElements); in getSplatValue()
10450 getSplatValue(DemandedElts, UndefElements)); in getConstantSplatNode()
10455 return dyn_cast_or_null<ConstantSDNode>(getSplatValue(UndefElements)); in getConstantSplatNode()
10462 getSplatValue(DemandedElts, UndefElements)); in getConstantFPSplatNode()
10467 return dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements)); in getConstantFPSplatNode()
10474 dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements))) { in getConstantFPSplatPow2ToLog2Int()