Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h112 uint64_t bitOffset);
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp100 Value bitOffset = getValueOrCreateConstantIndexOp(builder, loc, offsetVal); in getOffsetForBitwidth()
102 return builder.create<arith::IndexCastOp>(loc, dstType, bitOffset); in getOffsetForBitwidth()
101 Value bitOffset = getValueOrCreateConstantIndexOp(builder, loc, offsetVal); getOffsetForBitwidth() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3190 int bitOffset = 0; in GetBitOffset() local
3193 ++bitOffset; in GetBitOffset()
3195 return bitOffset; in GetBitOffset()