Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance
1033 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local1036 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()1039 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()1042 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()1051 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
19493 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local19496 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()19499 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()19502 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()19511 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()