Searched refs:LType (Results 1 – 6 of 6) 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()
2566 unsigned LType; in isExtLoad() local2568 LType = ISD::ZEXTLOAD; in isExtLoad()2571 LType = ISD::SEXTLOAD; in isExtLoad()2574 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
931 unsigned LType = variable934 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
2782 Type *LType = LVal->getType(); in isCompatibleIVType() local2784 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()2788 (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()
700 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local701 if (LType != RType) in CompareSCEVComplexity()702 return (int)LType - (int)RType; in CompareSCEVComplexity()713 switch (LType) { in CompareSCEVComplexity()