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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp473 unsigned DestWidth = DestType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3365 static void parseModeAttrArg(Sema &S, StringRef Str, unsigned &DestWidth, in parseModeAttrArg()
3445 unsigned DestWidth = 0; in AddModeAttr() local
/external/clang/lib/AST/
DExprConstant.cpp1660 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast() local
1687 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast() local
9637 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE() local
DASTContext.cpp8735 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth()