HomeSort by relevance Sort by last modified time
    Searched defs:BitOffset (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 119 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth();
124 llvm::RoundUpToAlignment(BitOffset + BitFieldSize, AlignmentBits));
134 CGBitFieldInfo::MakeInfo(CGF.CGM.getTypes(), Ivar, BitOffset, BitFieldSize,
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 445 unsigned BitOffset = 0;
452 if (BitOffset < WideBits) {
453 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
458 BitOffset += SrcEltBits;
459 if (BitOffset >= WideBits) {
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 170 uint32_t BitOffset;
172 PPEntityOffset(SourceRange R, uint32_t BitOffset)
175 BitOffset(BitOffset) { }
183 uint32_t BitOffset;
185 DeclOffset() : Loc(0), BitOffset(0) { }
186 DeclOffset(SourceLocation Loc, uint32_t BitOffset)
188 BitOffset(BitOffset) { }
    [all...]

Completed in 51 milliseconds