OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInt128Ty
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
429
static IntegerType *
getInt128Ty
(LLVMContext &C);
IRBuilder.h
528
IntegerType *
getInt128Ty
() { return Type::
getInt128Ty
(Context); }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
199
IntegerType *Type::
getInt128Ty
(LLVMContext &C) { return &C.pImpl->Int128Ty; }
280
case 128: return cast<IntegerType>(Type::
getInt128Ty
(C));
Core.cpp
584
return (LLVMTypeRef) Type::
getInt128Ty
(*unwrap(C));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp
309
return FixedVectorType::get(Type::
getInt128Ty
(Context), 1);
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026