Searched defs:BestType (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3173 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; local
3192 BestType = CType;
3206 BestType = CType;
3213 OpInfo.ConstraintType = BestType;
/external/clang/lib/Sema/
H A DSemaDecl.cpp10841 QualType BestType; local
10862 BestType = Enum->getIntegerType();
10863 if (BestType->isPromotableIntegerType())
10864 BestPromotionType = Context.getPromotedIntegerType(BestType);
10866 BestPromotionType = BestType;
10867 // We don't need to set BestWidth, because BestType is going to be the type
10877 BestType = Context.SignedCharTy;
10881 BestType = Context.ShortTy;
10884 BestType = Context.IntTy;
10890 BestType
[all...]

Completed in 297 milliseconds