Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h42 bool DstIsSigned = DstSema.isSigned(); in Convert() local
97 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in Convert()
155 unsigned DstWidth, bool DstIsSigned) { in CreateFixedToInteger() argument
158 FixedPointSemantics::GetIntegerSemantics(DstWidth, DstIsSigned), true); in CreateFixedToInteger()
H A DInstrTypes.h647 bool DstIsSigned ///< Whether to treate the dest. as signed
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1675 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1678 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1697 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()