Searched refs:InDemandedElts (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1701 APInt InDemandedElts = DemandedElts.zextOrSelf(InElts); local
1702 if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO,
1734 APInt InDemandedElts = DemandedElts.zextOrSelf(InElts); local
1740 if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO,
1774 APInt InDemandedElts = DemandedElts.zextOrSelf(InElts); local
1775 if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO,
H A DSelectionDAG.cpp3076 APInt InDemandedElts = DemandedElts.zextOrSelf(InVT.getVectorNumElements());
3077 Known = computeKnownBits(Op.getOperand(0), InDemandedElts, Depth + 1);
3088 APInt InDemandedElts = DemandedElts.zextOrSelf(InVT.getVectorNumElements());
3089 Known = computeKnownBits(Op.getOperand(0), InDemandedElts, Depth + 1);

Completed in 282 milliseconds