|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/DataLayout.h 411 unsigned getPointerTypeSizeInBits(Type *) const;
References
include/llvm/Analysis/TargetTransformInfoImpl.h 78 OpSize <= DL.getPointerTypeSizeInBits(Ty))
89 DestSize >= DL.getPointerTypeSizeInBits(OpTy))
741 auto PtrSizeBits = DL.getPointerTypeSizeInBits(Ptr->getType());
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 482 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(F->getType());
include/llvm/IR/DataLayout.h 418 return getPointerTypeSizeInBits(Ty) / 8;
lib/Analysis/ConstantFolding.cpp 1320 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType());
1340 unsigned SrcPtrSize = DL.getPointerTypeSizeInBits(SrcPtr->getType());
lib/Analysis/InlineCost.cpp 699 if (IntegerSize <= DL.getPointerTypeSizeInBits(I.getType())) {
lib/Analysis/MemoryBuiltins.cpp 579 IntTyBits = DL.getPointerTypeSizeInBits(V->getType());
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 2205 APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 1363 unsigned BitWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType());
lib/IR/Instructions.cpp 3067 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) &&
3071 return (IntTy->getBitWidth() == DL.getPointerTypeSizeInBits(PtrTy) &&
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 2032 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0);
lib/Transforms/InstCombine/InstCombineCompares.cpp 4409 return DL.getPointerTypeSizeInBits(SrcTy) == DestTy->getIntegerBitWidth();
lib/Transforms/Scalar/MergeICmps.cpp 171 APInt Offset = APInt(DL.getPointerTypeSizeInBits(GEP->getType()), 0);
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp 340 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType());