Searched refs:LType (Results 1 – 5 of 5) sorted by relevance
1302 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1305 if (!LType && !SType && !DType) { in ParseOperation()1320 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1321 if (!LType) { in ParseOperation()1342 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1343 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
3027 unsigned LType; in isExtLoad() local3029 LType = ISD::ZEXTLOAD; in isExtLoad()3032 LType = ISD::SEXTLOAD; in isExtLoad()3035 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
1103 unsigned LType = variable1106 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
3051 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local3052 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
690 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local691 if (LType != RType) in CompareSCEVComplexity()692 return (int)LType - (int)RType; in CompareSCEVComplexity()703 switch (LType) { in CompareSCEVComplexity()