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

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp332 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); local
341 Size = ConstantExpr::getSizeOf(AggTy);
344 IFI.DL->getTypeStoreSize(AggTy));
364 Type *AggTy = ArgTy->getElementType(); local
389 Align = IFI.DL->getPrefTypeAlignment(AggTy);
398 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1067 Type *AggTy = Op0->getType(); local
1080 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
1083 ComputeValueVTs(TLI, AggTy, AggValueVTs);
H A DSelectionDAGBuilder.cpp3258 Type *AggTy = I.getType();
3263 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());
3267 ComputeValueVTs(*TLI, AggTy, AggValueVTs);
3299 Type *AggTy = Op0->getType();
3303 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());

Completed in 108 milliseconds