OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestElemTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
2742
Type *
DestElemTy
= DestTy->getElementType();
2743
if (SrcTy->getElementType() !=
DestElemTy
) {
2744
Type *MidTy = PointerType::get(
DestElemTy
, SrcTy->getAddressSpace());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
7470
QualType
DestElemTy
= VectorTy->castAs<VectorType>()->getElementType();
7472
if (
DestElemTy
== SplattedExpr->getType())
7475
assert(
DestElemTy
->isFloatingType() ||
7476
DestElemTy
->isIntegralOrEnumerationType());
7482
if (
DestElemTy
->isFloatingType()) {
7494
CK = PrepareScalarCast(CastExprRes,
DestElemTy
);
7499
return ImpCastExprToType(SplattedExpr,
DestElemTy
, CK);
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026