Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13128 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local
13131 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()
13134 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()
13137 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()
13146 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
/freebsd-13.1/contrib/llvm-project/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()