Searched refs:UndefElts0 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6807 APInt UndefElts0, UndefElts1; in getTargetConstantBitsFromNode() local 6811 UndefElts0, EltBits0, AllowWholeUndefs, in getTargetConstantBitsFromNode() 6827 if (UndefElts0[M]) in getTargetConstantBitsFromNode() 43643 APInt UndefElts0, UndefElts1; in combineVectorPack() local 43647 getTargetConstantBitsFromNode(N0, SrcBitsPerElt, UndefElts0, EltBits0) && in combineVectorPack() 43659 auto &UndefElts = (Elt >= NumSrcEltsPerLane ? UndefElts1 : UndefElts0); in combineVectorPack() 44659 APInt UndefElts0, UndefElts1; in canonicalizeBitSelect() local 44661 if (!getTargetConstantBitsFromNode(N0.getOperand(1), 8, UndefElts0, EltBits0, in canonicalizeBitSelect() 44670 if (UndefElts0[i] || UndefElts1[i]) in canonicalizeBitSelect()
|