OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int128Ty
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp
44
Int128Ty
(C, 128) {}
Type.cpp
199
IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->
Int128Ty
; }
LLVMContextImpl.h
1432
IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty,
Int128Ty
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
142
return getTypeInfo(Context.
Int128Ty
);
CGBuiltin.cpp
350
llvm::Type *
Int128Ty
= llvm::IntegerType::get(CGF.getLLVMContext(), 128);
351
llvm::Type *Int128PtrTy =
Int128Ty
->getPointerTo();
357
ExchangeHigh = CGF.Builder.CreateZExt(ExchangeHigh,
Int128Ty
);
358
ExchangeLow = CGF.Builder.CreateZExt(ExchangeLow,
Int128Ty
);
360
CGF.Builder.CreateShl(ExchangeHigh, llvm::ConstantInt::get(
Int128Ty
, 64));
9357
llvm::Type *
Int128Ty
= llvm::IntegerType::get(getLLVMContext(), 128);
9358
Val0 = Builder.CreateZExt(Val0,
Int128Ty
);
9359
Val1 = Builder.CreateZExt(Val1,
Int128Ty
);
9361
Value *ShiftCst = llvm::ConstantInt::get(
Int128Ty
, 64);
9730
llvm::Type *
Int128Ty
= llvm::Type::getIntNTy(getLLVMContext(), 128)
[
all
...]
TargetInfo.cpp
738
? Context.
Int128Ty
760
? getContext().
Int128Ty
ItaniumCXXABI.cpp
4166
getContext().UnsignedLongLongTy, getContext().
Int128Ty
,
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1250
Int128Decl = buildImplicitTypedef(
Int128Ty
, "__int128_t");
1341
InitBuiltinType(
Int128Ty
, BuiltinType::Int128);
6331
return 7 + (getIntWidth(
Int128Ty
) << 3);
10200
return
Int128Ty
;
10395
Type = Unsigned ? Context.UnsignedInt128Ty : Context.
Int128Ty
;
11105
return Signed ?
Int128Ty
: UnsignedInt128Ty;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1010
CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy,
Int128Ty
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
1506
Result = Context.
Int128Ty
;
SemaOverload.cpp
8190
ArithmeticTypes.push_back(S.Context.
Int128Ty
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6870
T = Context.
Int128Ty
;
Completed in 151 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026