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

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 334 Type *AggTy = cast<PointerType>(Arg->getType())->getElementType();
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));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 84 milliseconds