Home
last modified time | relevance | path

Searched refs:MaskForTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14840 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local
14843 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()
14846 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()
14849 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()
14858 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp941 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local
944 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()
947 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()
950 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()
959 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()