HomeSort by relevance Sort by last modified time
    Searched refs:AggTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 734 Type *AggTy = cast<PointerType>(Arg->getType())->getElementType();
763 Align = IFI.TD->getPrefTypeAlignment(AggTy);
772 Value *NewAlloca = new AllocaInst(AggTy, 0, Align, Arg->getName(),
784 Size = ConstantExpr::getSizeOf(AggTy);
787 IFI.TD->getTypeStoreSize(AggTy));
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 854 Type *AggTy = Op0->getType();
867 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
870 ComputeValueVTs(TLI, AggTy, AggValueVTs);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 96 milliseconds