Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance
16214 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local16217 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()16220 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()16223 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()16232 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
958 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local961 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()964 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()967 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()976 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()