Searched refs:DstIsSigned (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | FixedPointBuilder.h | 40 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()
|
D | InstrTypes.h | 625 bool DstIsSigned ///< Whether to treate the dest. as signed
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1194 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/ |
D | InstrTypes.h | 765 bool DstIsSigned ///< Whether to treate the dest. as signed
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 1322 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/ |
D | InstrTypes.h | 638 bool DstIsSigned ///< Whether to treate the dest. as signed
|