Searched refs:UndefElts0 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7551 APInt UndefElts0, UndefElts1; in getTargetConstantBitsFromNode() local 7555 UndefElts0, EltBits0, AllowWholeUndefs, in getTargetConstantBitsFromNode() 7571 if (UndefElts0[M]) in getTargetConstantBitsFromNode() 48096 APInt UndefElts0, UndefElts1; in combineVectorPack() local 48100 getTargetConstantBitsFromNode(N0, SrcBitsPerElt, UndefElts0, EltBits0) && in combineVectorPack() 48112 auto &UndefElts = (Elt >= NumSrcEltsPerLane ? UndefElts1 : UndefElts0); in combineVectorPack() 49401 APInt UndefElts0, UndefElts1; in canonicalizeBitSelect() local 49403 if (!getTargetConstantBitsFromNode(N0.getOperand(1), 8, UndefElts0, EltBits0, in canonicalizeBitSelect() 49412 if (UndefElts0[i] || UndefElts1[i]) in canonicalizeBitSelect()
|