OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByValTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
566
static bool isSafeToPromoteArgument(Argument *Arg, Type *
ByValTy
, AAResults &AAR,
597
if (
ByValTy
)
604
Type *BaseTy =
ByValTy
;
995
Type *
ByValTy
=
997
if (isSafeToPromoteArgument(PtrArg,
ByValTy
, AAR, MaxElements))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
1576
Type *
ByValTy
= cast<PointerType>(ByValArg->getType())->getElementType();
1577
uint64_t ByValSize = DL.getTypeAllocSize(
ByValTy
);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
4375
Type *
ByValTy
= cast<PointerType>(F.getArg(0)->getType())->getElementType();
4376
Attribute NewAttr = Attribute::getWithByValType(F.getContext(),
ByValTy
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp
2117
llvm::Type *
ByValTy
= CGM.getTypes().ConvertType(PtrTy->getPointeeType());
2119
Fn->getContext(),
ByValTy
);
Completed in 84 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026