Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance
1013 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local1016 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()1019 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()1022 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()1031 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
18850 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local18853 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()18856 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()18859 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()18868 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()