Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6531 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode()
6608 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local
6615 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6620 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6631 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6648 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6673 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6695 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6741 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6756 APInt UndefSrcElts, UndefSubElts; in getTargetConstantBitsFromNode() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2558 APInt UndefSrcElts; in isSplatValue() local