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.cpp3272 bool IsSubOnly = DemandedElts.isSubsetOf(SubMask); in simplifyDemandedVectorEltsIntrinsic() local
3274 if (IsSubOnly || IsAddOnly) { in simplifyDemandedVectorEltsIntrinsic()
3275 assert((IsSubOnly ^ IsAddOnly) && "Can't be both add-only and sub-only"); in simplifyDemandedVectorEltsIntrinsic()
3280 IsSubOnly ? Instruction::FSub : Instruction::FAdd, Arg0, Arg1); in simplifyDemandedVectorEltsIntrinsic()