Searched refs:AlignedItem (Results 1 – 1 of 1) sorted by relevance
3080 for (auto &AlignedItem : AlignedVars) { in applySimd() local3081 Value *AlignedPtr = AlignedItem.first; in applySimd()3082 Value *Alignment = AlignedItem.second; in applySimd()