Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFixedPointBuilder.h40 bool DstIsSigned = DstSema.isSigned(); in Convert() local
95 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in Convert()
153 unsigned DstWidth, bool DstIsSigned) { in CreateFixedToInteger() argument
156 FixedPointSemantics::GetIntegerSemantics(DstWidth, DstIsSigned), true); in CreateFixedToInteger()
DInstrTypes.h623 bool DstIsSigned ///< Whether to treate the dest. as signed
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1603 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1606 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1625 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()