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

/external/llvm/lib/TableGen/
H A DTGParser.cpp829 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); local
831 if (!LType && !SType) {
858 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); local
859 if (!LType) {
863 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType;
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4174 unsigned LType; local
4176 LType = ISD::ZEXTLOAD;
4179 LType = ISD::SEXTLOAD;
4181 if (TLI && !TLI->isLoadExtLegal(LType, VT, LoadVT)) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2454 Type *LType = LVal->getType(); local
2456 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy());
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp471 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
472 if (LType != RType)
473 return (int)LType - (int)RType;
478 switch (static_cast<SCEVTypes>(LType)) {
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2746 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); local
2747 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) {

Completed in 168 milliseconds