Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp1158 bool IsVALIGN) { in UpgradeX86ALIGNIntrinsics() argument
1162 assert((IsVALIGN || NumElts % 16 == 0) && "Illegal NumElts for PALIGNR!"); in UpgradeX86ALIGNIntrinsics()
1163 assert((!IsVALIGN || NumElts <= 16) && "NumElts too large for VALIGN!"); in UpgradeX86ALIGNIntrinsics()
1167 if (IsVALIGN) in UpgradeX86ALIGNIntrinsics()
1188 if (!IsVALIGN && Idx >= 16) // Disable wrap for VALIGN. in UpgradeX86ALIGNIntrinsics()