Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance
1141 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local1144 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()1147 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()1150 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()1159 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
17660 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local17663 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()17666 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()17669 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()17678 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()