Searched refs:IntPtrWidth (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DLocal.h189 unsigned IntPtrWidth = TD.getPointerSizeInBits(); local
190 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DInlineCost.cpp246 unsigned IntPtrWidth = TD->getPointerSizeInBits(); local
247 assert(IntPtrWidth == Offset.getBitWidth());
263 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
267 APInt TypeSize(IntPtrWidth, TD->getTypeAllocSize(GTI.getIndexedType()));
268 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
763 unsigned IntPtrWidth = TD->getPointerSizeInBits(); local
764 APInt Offset = APInt::getNullValue(IntPtrWidth);
H A DInstructionSimplify.cpp669 unsigned IntPtrWidth = TD.getPointerSizeInBits(); local
670 assert(IntPtrWidth == Offset.getBitWidth());
683 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
687 APInt TypeSize(IntPtrWidth, TD.getTypeAllocSize(GTI.getIndexedType()));
688 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
704 unsigned IntPtrWidth = TD.getPointerSizeInBits(); local
705 APInt Offset = APInt::getNullValue(IntPtrWidth);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp534 unsigned IntPtrWidth = TD.getPointerSizeInBits(); local
539 if (VariableIdx->getType()->getPrimitiveSizeInBits() > IntPtrWidth) {
548 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp2448 unsigned IntPtrWidth = TD.getPointerSizeInBits(); local
2449 APInt RelOffset(IntPtrWidth, BeginOffset - (IsDest ? MTO.DestBegin

Completed in 380 milliseconds