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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4217 const CXXRecordDecl *FinalType;
4219 FinalType = D.MostDerivedType->getAsCXXRecordDecl();
4221 FinalType = getAsBaseClass(D.Entries[NewEntriesSize - 1]);
4222 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14669 EVT FinalType = Inst->getValueType(0); local
14670 if (SliceType != FinalType)
14672 DAG->getNode(ISD::ZERO_EXTEND, SDLoc(LastInst), FinalType, LastInst);
H A DFastISel.cpp1189 Type *FinalType = Arg.Ty; local
1191 FinalType = cast<PointerType>(Arg.Ty)->getElementType();
1193 FinalType, CLI.CallConv, CLI.IsVarArg);
H A DSelectionDAGBuilder.cpp9167 Type *FinalType = Args[i].Ty; local
9169 FinalType = cast<PointerType>(Args[i].Ty)->getElementType();
9171 FinalType, CLI.CallConv, CLI.IsVarArg);
9198 isa<StructType>(FinalType)) {
9672 Type *FinalType = Arg.getType(); local
9674 FinalType = Arg.getParamByValType();
9676 FinalType, F.getCallingConv(), F.isVarArg());

Completed in 275 milliseconds