Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2995 bool IsSubOnly = DemandedElts.isSubsetOf(SubMask); in simplifyDemandedVectorEltsIntrinsic() local
2997 if (IsSubOnly || IsAddOnly) { in simplifyDemandedVectorEltsIntrinsic()
2998 assert((IsSubOnly ^ IsAddOnly) && "Can't be both add-only and sub-only"); in simplifyDemandedVectorEltsIntrinsic()
3003 IsSubOnly ? Instruction::FSub : Instruction::FAdd, Arg0, Arg1); in simplifyDemandedVectorEltsIntrinsic()