OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElType
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
591
ArrayType::ArrayType(Type *
ElType
, uint64_t NumEl)
592
: Type(
ElType
->getContext(), ArrayTyID), ContainedType(
ElType
),
621
VectorType::VectorType(Type *
ElType
, unsigned EQ, Type::TypeID TID)
622
: Type(
ElType
->getContext(), TID), ContainedType(
ElType
),
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
365
ArrayType(Type *
ElType
, uint64_t NumEl);
418
VectorType(Type *
ElType
, unsigned EQ, Type::TypeID TID);
635
explicit PointerType(Type *
ElType
, unsigned AddrSpace);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
4433
QualType
ElType
= ToComplex->getElementType();
4434
bool isFloatingComplex =
ElType
->isRealFloatingType();
4437
if (Context.hasSameUnqualifiedType(
ElType
, From->getType())) {
4440
From = ImpCastExprToType(From,
ElType
,
4444
From = ImpCastExprToType(From,
ElType
,
4455
QualType
ElType
= FromComplex->getElementType();
4456
bool isFloatingComplex =
ElType
->isRealFloatingType();
4459
From = ImpCastExprToType(From,
ElType
,
4465
if (Context.hasSameUnqualifiedType(
ElType
, ToType)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
4034
Type *
ElType
= OpType->getPointerElementType();
4035
if (!
ElType
->isSized())
4037
int Size = DL.getTypeStoreSize(
ElType
);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
8661
MVT
ElType
= getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT();
8668
EVT ConcatVT = MVT::getVectorVT(
ElType
, NumElts);
8736
MVT
ElType
= getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT();
8738
EVT SubVT = MVT::getVectorVT(
ElType
, NumElts);
Completed in 49 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026