Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp6528 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() argument
6529 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode()
6536 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()
6541 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode()
6552 if (UndefSrcElts[i]) in getTargetConstantBitsFromNode()
6605 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local
6607 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6612 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6614 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6617 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2556 APInt UndefSrcElts; in isSplatValue() local
2558 if (isSplatValue(Src, DemandedSrcElts, UndefSrcElts, Depth + 1)) { in isSplatValue()
2559 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()