Searched refs:UndefElements (Results 1 – 7 of 7) sorted by relevance
1994 BitVector *UndefElements = nullptr) const;2000 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;2015 BitVector *UndefElements = nullptr) const;2027 BitVector *UndefElements = nullptr) const;2037 BitVector *UndefElements = nullptr) const;2045 getConstantSplatNode(BitVector *UndefElements = nullptr) const;2055 BitVector *UndefElements = nullptr) const;2063 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;2070 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,2079 BitVector &UndefElements) const;
1914 BitVector UndefElements; in getVectorShuffle() local10685 BitVector UndefElements; in isConstOrConstSplat() local10709 BitVector UndefElements; in isConstOrConstSplat() local10731 BitVector UndefElements; in isConstOrConstSplatFP() local10751 BitVector UndefElements; in isConstOrConstSplatFP() local11463 if (UndefElements) { in getSplatValue()11464 UndefElements->clear(); in getSplatValue()11476 if (UndefElements) in getSplatValue()11505 if (UndefElements) { in getRepeatedSequence()11506 UndefElements->clear(); in getRepeatedSequence()[all …]
13938 BitVector UndefElements; in ConstantFoldBITCASTofBUILD_VECTOR() local13941 if (!BVN->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in ConstantFoldBITCASTofBUILD_VECTOR()13947 if (UndefElements[I]) in ConstantFoldBITCASTofBUILD_VECTOR()
5624 BitVector UndefElements; in lowerShift() local5625 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
14491 BitVector UndefElements; in performFpToIntCombine() local14494 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()14558 BitVector UndefElements; in performFDivCombine() local14560 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
16717 BitVector UndefElements; in PerformVCVTCombine() local16719 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()16818 BitVector UndefElements; in PerformVDIVCombine() local16820 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
9569 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local9571 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()9615 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()9681 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()