Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1013 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local
1016 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()
1019 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()
1022 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()
1031 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18850 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local
18853 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()
18856 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()
18859 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()
18868 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()