reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2607 if (OffsetValue) { 2609 if (const auto *CI = dyn_cast<ConstantInt>(OffsetValue)) 2613 if (OffsetValue->getType() != IntPtrTy) 2614 OffsetValue = CreateIntCast(OffsetValue, IntPtrTy, /*isSigned*/ true, 2614 OffsetValue = CreateIntCast(OffsetValue, IntPtrTy, /*isSigned*/ true, 2616 PtrIntValue = CreateSub(PtrIntValue, OffsetValue, "offsetptr");