Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6148 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode()
6225 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local
6232 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6237 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6248 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6265 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6290 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6307 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6338 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6369 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2338 APInt UndefSrcElts; in isSplatValue() local