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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp954 Type *AggTy = Op0->getType(); local
967 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
970 ComputeValueVTs(TLI, AggTy, AggValueVTs);
H A DSelectionDAGBuilder.cpp3078 Type *AggTy = I.getType(); local
3083 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());
3087 ComputeValueVTs(*TLI, AggTy, AggValueVTs);
3120 Type *AggTy = Op0->getType(); local
3124 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices());
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp344 Type *AggTy = cast<PointerType>(Arg->getType())->getElementType(); local
373 Align = IFI.TD->getPrefTypeAlignment(AggTy);
382 Value *NewAlloca = new AllocaInst(AggTy, 0, Align, Arg->getName(),
394 Size = ConstantExpr::getSizeOf(AggTy);
397 IFI.TD->getTypeStoreSize(AggTy));

Completed in 90 milliseconds