HomeSort by: relevance | last modified time | path
    Searched defs:getNumBytes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 119 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
143 size_t getNumBytes(size_t EI) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h 378 int64_t getNumBytes() const { return Size; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 996 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr,
1093 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE);
1285 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE);

Completed in 73 milliseconds