Searched refs:IsVALIGN (Results 1 – 1 of 1) sorted by relevance
859 bool IsVALIGN) { in UpgradeX86ALIGNIntrinsics() argument863 assert((IsVALIGN || NumElts % 16 == 0) && "Illegal NumElts for PALIGNR!"); in UpgradeX86ALIGNIntrinsics()864 assert((!IsVALIGN || NumElts <= 16) && "NumElts too large for VALIGN!"); in UpgradeX86ALIGNIntrinsics()868 if (IsVALIGN) in UpgradeX86ALIGNIntrinsics()889 if (!IsVALIGN && Idx >= 16) // Disable wrap for VALIGN. in UpgradeX86ALIGNIntrinsics()