OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AggTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
332
Type *
AggTy
= cast<PointerType>(Src->getType())->getElementType();
341
Size = ConstantExpr::getSizeOf(
AggTy
);
344
IFI.DL->getTypeStoreSize(
AggTy
));
364
Type *
AggTy
= ArgTy->getElementType();
389
Align = IFI.DL->getPrefTypeAlignment(
AggTy
);
398
Value *NewAlloca = new AllocaInst(
AggTy
, nullptr, Align, Arg->getName(),
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 1350 milliseconds