Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2338 APInt UndefSrcElts; in isSplatValue() local
2340 if (isSplatValue(Src, DemandedSrc, UndefSrcElts, Depth + 1)) { in isSplatValue()
2341 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()