Searched refs:LType (Results 1 – 6 of 6) sorted by relevance
948 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local950 if (!LType && !SType) { in ParseOperation()980 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local981 if (!LType) { in ParseOperation()985 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
2238 unsigned LType; in isExtLoad() local2240 LType = ISD::ZEXTLOAD; in isExtLoad()2243 LType = ISD::SEXTLOAD; in isExtLoad()2246 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
670 unsigned LType = variable672 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
2718 Type *LType = LVal->getType(); in isCompatibleIVType() local2720 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()2724 (LType->getPointerAddressSpace() == in isCompatibleIVType()
2818 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local2819 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
643 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local644 if (LType != RType) in CompareSCEVComplexity()645 return (int)LType - (int)RType; in CompareSCEVComplexity()652 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity()