Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance
14840 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local14843 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()14846 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()14849 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()14858 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
941 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local944 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()947 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()950 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()959 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()