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

References

lib/Analysis/MemoryLocation.cpp
   70                             CXI->getCompareOperand()->getType())),
lib/CodeGen/GlobalISel/IRTranslator.cpp
  257     Alignment = DL.getTypeStoreSize(AI->getCompareOperand()->getType());
  258     ValTy = AI->getCompareOperand()->getType();
 1958   Register Cmp = getOrCreateVReg(*I.getCompareOperand());
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4558   MVT MemVT = getValue(I.getCompareOperand()).getSimpleValueType();
 4578                                    getValue(I.getCompareOperand()),
lib/Target/AArch64/AArch64FastISel.cpp
 5116       II, getRegForValue(I->getCompareOperand()), II.getNumDefs() + 1);