Searched refs:LType (Results 1 – 5 of 5) sorted by relevance
3112 unsigned LType; in isExtLoad() local3114 LType = ISD::ZEXTLOAD; in isExtLoad()3117 LType = ISD::SEXTLOAD; in isExtLoad()3120 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
1236 unsigned LType = variable1239 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
1353 const auto *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1354 Type = UseElementType ? LType->getElementType() : LType; in ParseOperation()
3043 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local3044 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
664 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local665 if (LType != RType) in CompareSCEVComplexity()666 return (int)LType - (int)RType; in CompareSCEVComplexity()674 switch (LType) { in CompareSCEVComplexity()