OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AggTy
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
639
Type *
AggTy
= cast<PointerType>(Arg->getType())->getElementType();
668
Align = IFI.TD->getPrefTypeAlignment(
AggTy
);
677
Value *NewAlloca = new AllocaInst(
AggTy
, 0, Align, Arg->getName(),
689
Size = ConstantExpr::getSizeOf(
AggTy
);
692
IFI.TD->getTypeStoreSize(
AggTy
));
[
all
...]
/external/llvm/lib/VMCore/
ConstantFold.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
842
Type *
AggTy
= Op0->getType();
855
unsigned VTIndex = ComputeLinearIndex(
AggTy
, EVI->getIndices());
858
ComputeValueVTs(TLI,
AggTy
, AggValueVTs);
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 117 milliseconds