Home
last modified time | relevance | path

Searched defs:ToWidth (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp91 unsigned ToWidth = Ctx.getTypeInfo(ToPointeeTy).Width; in VisitCastExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h315 uint64_t ToWidth, QualType FromTy, in castAPSInt()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp721 SMTExprRef mkFPtoSBV(const SMTExprRef &From, unsigned ToWidth) override { in mkFPtoSBV()
728 SMTExprRef mkFPtoUBV(const SMTExprRef &From, unsigned ToWidth) override { in mkFPtoUBV()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2696 unsigned ToWidth = ToType->getScalarSizeInBits(); in joinVectorElements() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp274 unsigned ToWidth = To->getPrimitiveSizeInBits(); in shouldChangeType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6455 uint64_t ToWidth = Type->getIntegerBitWidth(); in pushCast() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp501 const unsigned ToWidth = Ctx.getIntWidth(ToType); in getNarrowingKind() local