Home
last modified time | relevance | path

Searched refs:DstIsSigned (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1248 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1251 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1270 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h552 bool DstIsSigned ///< Whether to treate the dest. as signed
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1442 bool DstIsSigned = DstFPSema.isSigned(); in EmitFixedPointConversion() local
1487 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in EmitFixedPointConversion()