reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/MemorySSA.h
  443       return OperandTraits<MemoryUse>::operands(MU);
  444     return OperandTraits<MemoryDef>::operands(cast<MemoryDef>(MUD));
lib/IR/Instructions.cpp
 1396                   OperandTraits<StoreInst>::operands(this), InsertBefore) {
 1410                   OperandTraits<StoreInst>::operands(this), InsertAtEnd) {
 1476           OperandTraits<AtomicCmpXchgInst>::operands(this), InsertBefore) {
 1488           OperandTraits<AtomicCmpXchgInst>::operands(this), InsertAtEnd) {
 1522                 OperandTraits<AtomicRMWInst>::operands(this),
 1533                 OperandTraits<AtomicRMWInst>::operands(this),
 1796               OperandTraits<ShuffleVectorInst>::operands(this),
 1813               OperandTraits<ShuffleVectorInst>::operands(this),
 2249                 OperandTraits<BinaryOperator>::operands(this),
 2262                 OperandTraits<BinaryOperator>::operands(this),
 3466                 OperandTraits<CmpInst>::operands(this),
 3480                 OperandTraits<CmpInst>::operands(this),