Lines Matching refs:MDOperand
501 size_t OpSize = NumOps * sizeof(MDOperand); in operator new()
506 MDOperand *O = static_cast<MDOperand *>(Ptr); in operator new()
507 for (MDOperand *E = O - NumOps; O != E; --O) in operator new()
508 (void)new (O - 1) MDOperand; in operator new()
516 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete()
519 MDOperand *O = static_cast<MDOperand *>(Mem); in operator delete()
520 for (MDOperand *E = O - N->NumOperands; O != E; --O) in operator delete()
521 (O - 1)->~MDOperand(); in operator delete()
718 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand()
950 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()
955 for (const MDOperand &MDOp : B->operands()) in getMostGenericAliasScope()
963 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()