Home
last modified time | relevance | path

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

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