Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A 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()
H A DInstrTypes.h625 bool DstIsSigned ///< Whether to treate the dest. as signed
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1602 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1605 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1624 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()