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

  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 470 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
471 if (LType != RType)
472 return (int)LType - (int)RType;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1026 unsigned RType = (RENext->Word1 >> 28) & 0xF;
1027 if (RType != 0)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 955 milliseconds