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

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 470 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
471 if (LType != RType)
472 return (int)LType - (int)RType;
477 switch (LType) {
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 896 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
898 if (LType == 0 && SType == 0) {
929 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
930 if (LType == 0) {
935 Type = LType->getElementType();
937 Type = LType;
    [all...]

Completed in 93 milliseconds