Home
last modified time | relevance | path

Searched refs:IsAddOnly (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1918 bool IsAddOnly = DemandedElts.isSubsetOf(AddMask); in simplifyDemandedVectorEltsIntrinsic() local
1919 if (IsSubOnly || IsAddOnly) { in simplifyDemandedVectorEltsIntrinsic()
1920 assert((IsSubOnly ^ IsAddOnly) && "Can't be both add-only and sub-only"); in simplifyDemandedVectorEltsIntrinsic()