Lines Matching refs:getSplatValue
2085 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2159 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2954 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue() function in SelectionDAG
3576 if (const Constant *Splat = Cst->getSplatValue()) { in computeKnownBits()
12471 SDValue BuildVectorSDNode::getSplatValue(const APInt &DemandedElts, in getSplatValue() function in BuildVectorSDNode
12506 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode
12508 return getSplatValue(DemandedElts, UndefElements); in getSplatValue()
12567 getSplatValue(DemandedElts, UndefElements)); in getConstantSplatNode()
12572 return dyn_cast_or_null<ConstantSDNode>(getSplatValue(UndefElements)); in getConstantSplatNode()
12579 getSplatValue(DemandedElts, UndefElements)); in getConstantFPSplatNode()
12584 return dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements)); in getConstantFPSplatNode()
12591 dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements))) { in getConstantFPSplatPow2ToLog2Int()