Searched refs:LType (Results 1 – 7 of 7) sorted by relevance
1011 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1014 if (!LType && !SType && !DType) { in ParseOperation()1029 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1030 if (!LType) { in ParseOperation()1051 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1052 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
2546 unsigned LType; in isExtLoad() local2548 LType = ISD::ZEXTLOAD; in isExtLoad()2551 LType = ISD::SEXTLOAD; in isExtLoad()2554 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
904 unsigned LType = variable907 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
2750 Type *LType = LVal->getType(); in isCompatibleIVType() local2752 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()2756 (LType->getPointerAddressSpace() == in isCompatibleIVType()
2924 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local2925 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local702 if (LType != RType) in CompareSCEVComplexity()703 return (int)LType - (int)RType; in CompareSCEVComplexity()714 switch (LType) { in CompareSCEVComplexity()
769 * testsuite/util/testsuite_tr1.h (LType, LTypeDerived, NLType): New.