HomeSort by: relevance | last modified time | path
    Searched defs:FinalType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1034 Type *FinalType = Arg.Ty;
1036 FinalType = Arg.IndirectType;
1038 FinalType, CLI.CallConv, CLI.IsVarArg);
SelectionDAGBuilder.cpp 9480 Type *FinalType = Args[i].Ty;
9482 FinalType = Args[i].IndirectType;
9484 FinalType, CLI.CallConv, CLI.IsVarArg);
9512 isa<StructType>(FinalType)) {
10030 Type *FinalType = Arg.getType();
10032 FinalType = Arg.getParamByValType();
10034 FinalType, F.getCallingConv(), F.isVarArg());
DAGCombiner.cpp 16015 EVT FinalType = Inst->getValueType(0);
16016 if (SliceType != FinalType)
16018 DAG->getNode(ISD::ZERO_EXTEND, SDLoc(LastInst), FinalType, LastInst);

Completed in 41 milliseconds