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.cpp1033 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local
1036 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()
1039 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()
1042 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()
1051 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19493 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local
19496 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()
19499 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()
19502 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()
19511 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()