Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance
12713 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local12716 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()12719 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()12722 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()12731 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
939 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local942 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()945 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()948 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()957 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()