Lines Matching refs:MDOperand
674 MDOperand *O = reinterpret_cast<MDOperand *>(this) - SmallSize; in Header()
675 for (MDOperand *E = O + SmallSize; O != E;) in Header()
676 (void)new (O++) MDOperand(); in Header()
684 MDOperand *O = reinterpret_cast<MDOperand *>(this); in ~Header()
685 for (MDOperand *E = O - SmallSize; O != E; --O) in ~Header()
686 (void)(O - 1)->~MDOperand(); in ~Header()
690 static_assert(alignof(MDOperand) <= alignof(Header), in getSmallPtr()
693 sizeof(MDOperand) * SmallSize; in getSmallPtr()
713 MutableArrayRef<MDOperand> ExistingOps = operands(); in resizeSmall()
717 MDOperand *O = ExistingOps.end(); in resizeSmall()
902 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand()
1135 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()
1140 for (const MDOperand &MDOp : B->operands()) in getMostGenericAliasScope()
1148 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()