Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp847 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
849 if (!LType && !SType) { in ParseOperation()
880 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
881 if (!LType) { in ParseOperation()
886 Type = LType->getElementType(); in ParseOperation()
888 Type = LType; in ParseOperation()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3688 unsigned LType; in MoveExtToFormExtLoad() local
3690 LType = ISD::ZEXTLOAD; in MoveExtToFormExtLoad()
3693 LType = ISD::SEXTLOAD; in MoveExtToFormExtLoad()
3695 if (TLI && !TLI->isLoadExtLegal(LType, VT, LoadVT)) { in MoveExtToFormExtLoad()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2472 Type *LType = LVal->getType(); in isCompatibleIVType() local
2474 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp480 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
481 if (LType != RType) in compare()
482 return (int)LType - (int)RType; in compare()
487 switch (static_cast<SCEVTypes>(LType)) { in compare()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2350 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
2351 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()