Searched refs:AggTy (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp334 Type *AggTy = cast<PointerType>(Arg->getType())->getElementType(); local
363 Align = IFI.TD->getPrefTypeAlignment(AggTy);
372 Value *NewAlloca = new AllocaInst(AggTy, 0, Align, Arg->getName(),
384 Size = ConstantExpr::getSizeOf(AggTy);
387 IFI.TD->getTypeStoreSize(AggTy));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp899 Type *AggTy = Op0->getType(); local
912 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
915 ComputeValueVTs(TLI, AggTy, AggValueVTs);
H A DSelectionDAGBuilder.cpp2999 Type *AggTy = I.getType(); local
3004 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());
3007 ComputeValueVTs(TLI, AggTy, AggValueVTs);
3040 Type *AggTy = Op0->getType(); local
3044 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());

Completed in 85 milliseconds