HomeSort by relevance Sort by last modified time
    Searched defs:RType (Results 1 - 2 of 2) 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 448 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
449 if (LType != RType)
450 return (int)LType - (int)RType;
    [all...]

Completed in 53 milliseconds