Lines Matching refs:MDOperand
683 MDOperand *O = reinterpret_cast<MDOperand *>(this) - SmallSize; in Header()
684 for (MDOperand *E = O + SmallSize; O != E;) in Header()
685 (void)new (O++) MDOperand(); in Header()
693 MDOperand *O = reinterpret_cast<MDOperand *>(this); in ~Header()
694 for (MDOperand *E = O - SmallSize; O != E; --O) in ~Header()
695 (void)(O - 1)->~MDOperand(); in ~Header()
699 static_assert(alignof(MDOperand) <= alignof(Header), in getSmallPtr()
702 sizeof(MDOperand) * SmallSize; in getSmallPtr()
722 MutableArrayRef<MDOperand> ExistingOps = operands(); in resizeSmall()
726 MDOperand *O = ExistingOps.end(); in resizeSmall()
911 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand()
1144 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()
1149 for (const MDOperand &MDOp : B->operands()) in getMostGenericAliasScope()
1157 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()