Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1922 bool IsAddOnly = DemandedElts.isSubsetOf(AddMask); in simplifyDemandedVectorEltsIntrinsic() local
1923 if (IsSubOnly || IsAddOnly) { in simplifyDemandedVectorEltsIntrinsic()
1924 assert((IsSubOnly ^ IsAddOnly) && "Can't be both add-only and sub-only"); in simplifyDemandedVectorEltsIntrinsic()