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

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 781 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
783 if (LType == 0 && SType == 0) {
814 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
815 if (LType == 0) {
820 Type = LType->getElementType();
822 Type = LType;
    [all...]
Record.cpp 302 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
303 if (LType == 0) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 448 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
449 if (LType != RType)
450 return (int)LType - (int)RType;
455 switch (LType) {
    [all...]

Completed in 137 milliseconds