Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp418 unsigned DestWidth = DestType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
548 unsigned DestWidth = DestTy->getScalarSizeInBits(); narrowBinOp() local
683 unsigned DestWidth = DestTy->getScalarSizeInBits(); visitTrunc() local
[all...]
H A DInstCombineVectorOps.cpp193 unsigned DestWidth = DestTy->getPrimitiveSizeInBits(); in foldBitcastExtElt() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp157 uint64_t DestWidth = TI->getDestTy()->getScalarSizeInBits(); refineInstruction() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4217 parseModeAttrArg(Sema & S,StringRef Str,unsigned & DestWidth,bool & IntegerMode,bool & ComplexMode,FloatModeKind & ExplicitType) parseModeAttrArg() argument
4308 unsigned DestWidth = 0; AddModeAttr() local
[all...]
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2643 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); HandleFloatToIntCast() local
2728 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); HandleIntToIntCast() local
16651 unsigned DestWidth = Ctx.getIntWidth(E->getType()); CheckICE() local
H A DASTContext.cpp12306 getIntTypeForBitwidth(unsigned DestWidth,unsigned Signed) const getIntTypeForBitwidth() argument
12318 getRealTypeForBitwidth(unsigned DestWidth,FloatModeKind ExplicitType) const getRealTypeForBitwidth() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24542 unsigned DestWidth = DestVT.getScalarSizeInBits(); LowerEXTEND_VECTOR_INREG() local
54746 unsigned DestWidth = TruncVT.getSizeInBits(); combineToFPTruncExtElt() local
[all...]