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

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 867 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
869 if (LType == 0 && SType == 0) {
900 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType());
901 if (LType == 0) {
906 Type = LType->getElementType();
908 Type = LType;
    [all...]
Record.cpp 266 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
267 if (LType == 0) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 472 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
473 if (LType != RType)
474 return (int)LType - (int)RType;
479 switch (LType) {
    [all...]

Completed in 215 milliseconds