Home
last modified time | relevance | path

Searched refs:PtrWidth (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp33 uint64_t PtrWidth; member in __anon03b925c20111::WalkAST
41 return (ASTC.getTypeSize(T) == PtrWidth); in isPointerSize()
77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
/external/llvm/lib/Support/
DSignals.cpp61 unsigned PtrWidth = 2 + 2 * sizeof(void *); in format_ptr() local
62 return format_hex((uint64_t)PC, PtrWidth); in format_ptr()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp740 uint32_t PtrWidth = DL.getTypeSizeInBits(Op0->getType()); in getConstantValue() local
741 assert(PtrWidth <= 64 && "Bad pointer width"); in getConstantValue()
742 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal)); in getConstantValue()
749 uint32_t PtrWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
750 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1038 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType()); in ConstantFoldInstOperands() local
1039 if (PtrWidth < InWidth) { in ConstantFoldInstOperands()
1042 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldInstOperands()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp1020 CharUnits PtrWidth = in LayoutNonVirtualBases() local
1026 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7069 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); in InferPtrAlignment() local
7070 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0); in InferPtrAlignment()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6224 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg() local
6228 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()