Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12713 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local
12716 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()
12719 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()
12722 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()
12731 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp939 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local
942 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()
945 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()
948 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()
957 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()