OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntType
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-type.c
124
typedef int
IntType
;
125
IntType
it = 6;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-type.c
124
typedef int
IntType
;
125
IntType
it = 6;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
116
QualType T, llvm::IntegerType *
IntType
) {
120
return CGF.Builder.CreatePtrToInt(V,
IntType
);
122
assert(V->getType() ==
IntType
);
151
llvm::IntegerType *
IntType
=
154
llvm::Type *IntPtrType =
IntType
->getPointerTo(AddrSpace);
160
Args[1] = EmitToInt(CGF, Args[1], T,
IntType
);
212
llvm::IntegerType *
IntType
=
215
llvm::Type *IntPtrType =
IntType
->getPointerTo(AddrSpace);
220
Args[1] = EmitToInt(CGF, Args[1], T,
IntType
);
229
llvm::ConstantInt::getAllOnesValue(
IntType
));
[
all
...]
TargetInfo.cpp
62
llvm::Type *
IntType
= llvm::Type::getIntNTy(LLVMContext, Alignment);
64
return ABIArgInfo::getDirect(llvm::ArrayType::get(
IntType
, NumElements));
7051
llvm::Type *
IntType
= llvm::Type::getIntNTy(getVMContext(), Div);
7053
return ABIArgInfo::getDirect(llvm::ArrayType::get(
IntType
, NumElements));
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
481
APSIntType
IntType
= BasicVals.getAPSIntType(resultTy);
482
IntType
.apply(LHSValue);
483
IntType
.apply(RHSValue);
603
APSIntType
IntType
= BasicVals.getAPSIntType(resultTy);
604
const llvm::APSInt &first =
IntType
.convert(symIntExpr->getRHS());
605
const llvm::APSInt &second =
IntType
.convert(*RHSValue);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
555
auto *
IntType
= dyn_cast<IntegerType>(LoadTy);
558
if (!
IntType
) {
601
unsigned BytesLoaded = (
IntType
->getBitWidth() + 7) / 8;
621
return UndefValue::get(
IntType
);
625
return UndefValue::get(
IntType
);
641
APInt ResultVal = APInt(
IntType
->getBitWidth(), 0);
656
return ConstantInt::get(
IntType
->getContext(), ResultVal);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
163
IntegerType*
IntType
= IntegerType::get(MI->getContext(), Size<<3);
164
Type *NewSrcPtrTy = PointerType::get(
IntType
, SrcAddrSp);
165
Type *NewDstPtrTy = PointerType::get(
IntType
, DstAddrSp);
186
LoadInst *L = Builder.CreateLoad(
IntType
, Src);
InstCombineCompares.cpp
6314
Type *
IntType
= Builder.getIntNTy(X->getType()->getScalarSizeInBits());
6316
IntType
= VectorType::get(
IntType
, VecTy->getElementCount());
6320
Value *IntX = Builder.CreateBitCast(X,
IntType
);
6322
ConstantInt::getNullValue(
IntType
));
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
110
enum
IntType
{
132
IntType
SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
317
IntType
getSizeType() const { return SizeType; }
318
IntType
getSignedSizeType() const {
332
IntType
getIntMaxType() const { return IntMaxType; }
333
IntType
getUIntMaxType() const {
336
IntType
getPtrDiffType(unsigned AddrSpace) const {
339
IntType
getUnsignedPtrDiffType(unsigned AddrSpace) const {
342
IntType
getIntPtrType() const { return IntPtrType; }
343
IntType
getUIntPtrType() const
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
550
func (c Context)
IntType
(numbits int) (t Type) {
561
func
IntType
(numbits int) (t Type) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
11576
QualType
IntType
=
11578
assert(
IntType
->isArithmeticType());
11583
if (
IntType
->isPromotableIntegerType())
11584
IntType
= S.Context.getPromotedIntegerType(
IntType
);
11586
LHS = S.ImpCastExprToType(LHS.get(),
IntType
, CK_IntegralCast);
11587
RHS = S.ImpCastExprToType(RHS.get(),
IntType
, CK_IntegralCast);
11588
LHSType = RHSType =
IntType
;
Completed in 124 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026