Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1011 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1014 if (!LType && !SType && !DType) { in ParseOperation()
1029 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1030 if (!LType) { in ParseOperation()
1051 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1052 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2546 unsigned LType; in isExtLoad() local
2548 LType = ISD::ZEXTLOAD; in isExtLoad()
2551 LType = ISD::SEXTLOAD; in isExtLoad()
2554 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h904 unsigned LType = variable
907 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2750 Type *LType = LVal->getType(); in isCompatibleIVType() local
2752 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2756 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2924 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
2925 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
702 if (LType != RType) in CompareSCEVComplexity()
703 return (int)LType - (int)RType; in CompareSCEVComplexity()
714 switch (LType) { in CompareSCEVComplexity()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2010769 * testsuite/util/testsuite_tr1.h (LType, LTypeDerived, NLType): New.