Searched refs:UndefElts0 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7458 APInt UndefElts0, UndefElts1; in getTargetConstantBitsFromNode() local 7462 UndefElts0, EltBits0, AllowWholeUndefs, in getTargetConstantBitsFromNode() 7478 if (UndefElts0[M]) in getTargetConstantBitsFromNode() 46894 APInt UndefElts0, UndefElts1; in combineVectorPack() local 46898 getTargetConstantBitsFromNode(N0, SrcBitsPerElt, UndefElts0, EltBits0) && in combineVectorPack() 46910 auto &UndefElts = (Elt >= NumSrcEltsPerLane ? UndefElts1 : UndefElts0); in combineVectorPack() 48103 APInt UndefElts0, UndefElts1; in canonicalizeBitSelect() local 48105 if (!getTargetConstantBitsFromNode(N0.getOperand(1), 8, UndefElts0, EltBits0, in canonicalizeBitSelect() 48114 if (UndefElts0[i] || UndefElts1[i]) in canonicalizeBitSelect()
|