Searched defs:iValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 377 for (APInt iValue = lowerBound; iValue.sle(upperBound); ++iValue) { in matchAndRewrite() local
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 2354 mlir::Value iValue = in matchAndRewrite() local
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 20040 int iValue; /* Non-negative integer value if EP_IntValue */ member 29825 static int memsys5Log(int iValue){ in memsys5Log() 36696 int iValue; in sqlite3DequoteNumber() local 95312 SQLITE_API int sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue){ 95315 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue){ 96778 i64 iValue; local 144645 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 3, 2}; local 184159 int iValue; local 217436 u32 iValue; /* Start of the value */ member
|
| H A D | shell.c | 7994 sqlite3_int64 iValue; /* Current value */ member
|