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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp32 uint64_t PtrWidth; member in class:__anon3899::WalkAST
42 return (ASTC.getTypeSize(T) == PtrWidth);
78 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp647 uint32_t PtrWidth = TD->getPointerSizeInBits(); local
648 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
653 uint32_t PtrWidth = TD->getPointerSizeInBits(); local
654 if (PtrWidth != GV.IntVal.getBitWidth())
655 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth);
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1046 CharUnits PtrWidth = local
1052 setSize(getSize() + PtrWidth);
1094 CharUnits PtrWidth = local
1116 setSize(getSize() + PtrWidth);
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3589 unsigned PtrWidth = getContext().getTargetInfo().getPointerWidth(0);
3590 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6094 unsigned PtrWidth = TLI.getPointerTy().getSizeInBits(); local
6095 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0);

Completed in 471 milliseconds