Lines Matching refs:MDOperand
482 size_t OpSize = NumOps * sizeof(MDOperand); in operator new()
487 MDOperand *O = static_cast<MDOperand *>(Ptr); in operator new()
488 for (MDOperand *E = O - NumOps; O != E; --O) in operator new()
489 (void)new (O - 1) MDOperand; in operator new()
497 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete()
500 MDOperand *O = static_cast<MDOperand *>(Mem); in operator delete()
501 for (MDOperand *E = O - N->NumOperands; O != E; --O) in operator delete()
502 (O - 1)->~MDOperand(); in operator delete()
699 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand()
931 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()
936 for (const MDOperand &MDOp : B->operands()) in getMostGenericAliasScope()
944 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope()