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.cpp914 Type *AggTy = Op0->getType(); local
927 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
930 ComputeValueVTs(TLI, AggTy, AggValueVTs);
H A DSelectionDAGBuilder.cpp3034 Type *AggTy = I.getType(); local
3039 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());
3042 ComputeValueVTs(TLI, AggTy, AggValueVTs);
3075 Type *AggTy = Op0->getType(); local
3079 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());

Completed in 1555 milliseconds