HomeSort by: relevance | last modified time | path
    Searched refs:OffsetBit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 209 // byte/bit offset to OffsetByte/OffsetBit.
212 int64_t &OffsetByte, uint64_t &OffsetBit);
216 // byte/bit offset to OffsetByte/OffsetBit.
219 int64_t &OffsetByte, uint64_t &OffsetBit);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 270 unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) {
275 OffsetBit = AllocBefore % 8;
287 unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) {
292 OffsetBit = AllocAfter % 8;
1676 uint64_t OffsetBit;
1679 OffsetBit);
1682 OffsetBit);
1693 exportConstant(Slot, CSByConstantArg.first, "bit", 1ULL << OffsetBit,
1697 // Rewrite each call to a load from OffsetByte/OffsetBit.
1699 Constant *BitConst = ConstantInt::get(Int8Ty, 1ULL << OffsetBit);
    [all...]

Completed in 81 milliseconds