Searched refs:FinalType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp948 Type *FinalType = Arg.Ty; local
950 FinalType = cast<PointerType>(Arg.Ty)->getElementType();
952 FinalType, CLI.CallConv, CLI.IsVarArg);
H A DSelectionDAGBuilder.cpp7059 Type *FinalType = Args[i].Ty;
7061 FinalType = cast<PointerType>(Args[i].Ty)->getElementType();
7063 FinalType, CLI.CallConv, CLI.IsVarArg);
7333 Type *FinalType = I->getType();
7335 FinalType = cast<PointerType>(FinalType)->getElementType();
7337 FinalType, F.getCallingConv(), F.isVarArg());
H A DDAGCombiner.cpp10306 EVT FinalType = Inst->getValueType(0); local
10307 if (SliceType != FinalType)
10309 DAG->getNode(ISD::ZERO_EXTEND, SDLoc(LastInst), FinalType, LastInst);
/external/clang/lib/AST/
H A DExprConstant.cpp3268 const CXXRecordDecl *FinalType; local
3270 FinalType = D.MostDerivedType->getAsCXXRecordDecl();
3272 FinalType = getAsBaseClass(D.Entries[NewEntriesSize - 1]);
3273 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) {

Completed in 197 milliseconds