Home
last modified time | relevance | path

Searched defs:DestWidth (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp456 unsigned DestWidth = DestType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp970 unsigned DestWidth = DL.getTypeSizeInBits(AllocaType); in ConvertScalar_InsertValue() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3293 static void parseModeAttrArg(Sema &S, StringRef Str, unsigned &DestWidth, in parseModeAttrArg()
3365 unsigned DestWidth = 0; in handleModeAttr() local
/external/clang/lib/AST/
DExprConstant.cpp1584 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast() local
1611 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast() local
9319 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE() local
DASTContext.cpp8544 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth()