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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2209 APInt SrcZero, SrcUndef;
2220 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero,
2245 if (SrcZero[i])
2262 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero,
2270 if (SrcZero.extractBits(Scale, i * Scale).isAllOnesValue())
2367 APInt SrcUndef, SrcZero; local
2368 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO,
2372 KnownZero = SrcZero.extractBits(NumElts, Idx);
2515 APInt SrcUndef, SrcZero; local
2519 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TL
2585 APInt SrcUndef, SrcZero; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 214 milliseconds