Home
last modified time | relevance | path

Searched refs:LType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/TableGen/
DTGParser.cpp860 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
862 if (LType == 0 && SType == 0) { in ParseOperation()
893 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
894 if (LType == 0) { in ParseOperation()
899 Type = LType->getElementType(); in ParseOperation()
901 Type = LType; in ParseOperation()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1712 unsigned LType; in MoveExtToFormExtLoad() local
1714 LType = ISD::ZEXTLOAD; in MoveExtToFormExtLoad()
1717 LType = ISD::SEXTLOAD; in MoveExtToFormExtLoad()
1719 if (TLI && !TLI->isLoadExtLegal(LType, TLI->getValueType(LI->getType()))) in MoveExtToFormExtLoad()
DLoopStrengthReduce.cpp2396 Type *LType = LVal->getType(); in isCompatibleIVType() local
2398 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp879 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
880 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
479 if (LType != RType) in compare()
480 return (int)LType - (int)RType; in compare()
485 switch (LType) { in compare()