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

References

lib/Analysis/CaptureTracking.cpp
  335       if (ACXI->getCompareOperand() == V || ACXI->getNewValOperand() == V ||
lib/CodeGen/AtomicExpandPass.cpp
  151   return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
  184   return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
  329       assert(!CASI->getCompareOperand()->getType()->isFloatingPointTy() &&
  331       if (CASI->getCompareOperand()->getType()->isPointerTy() ) {
  335         assert(CASI->getCompareOperand()->getType()->isIntegerTy() &&
  846   Value *Cmp = CI->getCompareOperand();
  868       Builder, CI, CI->getCompareOperand()->getType(), Addr, WordSize);
  977       Builder, CI, CI->getCompareOperand()->getType(), CI->getPointerOperand(),
  981       Builder.CreateZExt(CI->getCompareOperand(), PMV.WordType), PMV.ShiftAmt,
 1055   Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(),
 1065   Value *NewCmp = Builder.CreatePtrToInt(CI->getCompareOperand(), NewTy);
 1080   OldVal = Builder.CreateIntToPtr(OldVal, CI->getCompareOperand()->getType());
 1195       UnreleasedLoad, CI->getCompareOperand(), "should_store");
 1219     ShouldStore = Builder.CreateICmpEQ(SecondLoad, CI->getCompareOperand(),
 1504       I->getCompareOperand(), I->getSuccessOrdering(), I->getFailureOrdering(),
lib/CodeGen/CodeGenPrepare.cpp
 7007                                 CmpX->getCompareOperand()->getType(), AS);
lib/Target/Hexagon/HexagonISelLowering.cpp
 3302   unsigned Size = DL.getTypeStoreSize(AI->getCompareOperand()->getType());
lib/Target/RISCV/RISCVISelLowering.cpp
 2850   unsigned Size = CI->getCompareOperand()->getType()->getPrimitiveSizeInBits();
lib/Transforms/InstCombine/InstCombineCompares.cpp
 5577         if (EVI->getIndices()[0] == 0 && ACXI->getCompareOperand() == Op1 &&
lib/Transforms/InstCombine/InstCombineSelect.cpp
 1960     if (X == CmpXchg && X->getCompareOperand() == SI.getFalseValue()) {
 1969     if (X == CmpXchg && X->getCompareOperand() == SI.getTrueValue()) {
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1378     *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType());
lib/Transforms/Instrumentation/BoundsChecking.cpp
  162       Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getCompareOperand(),
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  541     *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType());
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  686       IRB.CreateBitOrPointerCast(CASI->getCompareOperand(), Ty);
lib/Transforms/Scalar/LowerAtomic.cpp
   26   Value *Cmp = CXI->getCompareOperand();