Searched refs:DemandedEltMask (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2944 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedEltMask,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1438 SDValue Op, const APInt &DemandedEltMask, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 1442 APInt DemandedElts = DemandedEltMask; in SimplifyDemandedVectorElts() 1867 if (SimplifyDemandedBits(Op, DemandedBits, DemandedEltMask, Known, TLO, in SimplifyDemandedVectorElts()
|