Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DFixedPointBuilder.h40 bool DstIsSigned = DstSema.isSigned(); in Convert() local
95 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in Convert()
143 unsigned DstWidth, bool DstIsSigned) { in CreateFixedToInteger() argument
146 FixedPointSemantics::GetIntegerSemantics(DstWidth, DstIsSigned), true); in CreateFixedToInteger()
DInstrTypes.h625 bool DstIsSigned ///< Whether to treate the dest. as signed
/external/clang/lib/Sema/
DSemaStmt.cpp1194 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1197 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1213 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
/external/llvm/include/llvm/IR/
DInstrTypes.h765 bool DstIsSigned ///< Whether to treate the dest. as signed
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1322 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType(); in DiagnoseAssignmentEnum() local
1325 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1344 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h638 bool DstIsSigned ///< Whether to treate the dest. as signed