Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp6148 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() argument
6149 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode()
6156 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()
6161 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode()
6172 if (UndefSrcElts[i]) in getTargetConstantBitsFromNode()
6225 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local
6227 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6232 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6234 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6237 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp2335 APInt UndefSrcElts; in isSplatValue() local
2337 if (isSplatValue(Src, DemandedSrc, UndefSrcElts)) { in isSplatValue()
2338 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()