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

  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 158 APInt IVal = FVal.bitcastToAPInt();
159 uint64_t Val = *IVal.getRawData();
  /external/clang/lib/Rewrite/
DeltaTree.cpp 364 const SourceDelta &IVal = N->getValue(i);
367 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc);
368 FullDelta += IVal.Delta;
373 IVal.FileLoc);
376 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc);

Completed in 306 milliseconds