Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16214 uint64_t MaskForTy = 0ull; in isConstantSplatVectorMaskForType() local
16217 MaskForTy = 0xffull; in isConstantSplatVectorMaskForType()
16220 MaskForTy = 0xffffull; in isConstantSplatVectorMaskForType()
16223 MaskForTy = 0xffffffffull; in isConstantSplatVectorMaskForType()
16232 return Op0->getAPIntValue().getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp958 uint64_t MaskForTy = 0ULL; in isConstantSplatVectorMaskForType() local
961 MaskForTy = 0xFFULL; in isConstantSplatVectorMaskForType()
964 MaskForTy = 0xFFFFULL; in isConstantSplatVectorMaskForType()
967 MaskForTy = 0xFFFFFFFFULL; in isConstantSplatVectorMaskForType()
976 return Val.getLimitedValue() == MaskForTy; in isConstantSplatVectorMaskForType()