Searched refs:LType (Results 1 – 5 of 5) sorted by relevance
1296 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1299 if (!LType && !SType && !DType) { in ParseOperation()1314 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1315 if (!LType) { in ParseOperation()1336 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1337 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
2912 unsigned LType; in isExtLoad() local2914 LType = ISD::ZEXTLOAD; in isExtLoad()2917 LType = ISD::SEXTLOAD; in isExtLoad()2920 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
1089 unsigned LType = variable1092 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
3038 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local3039 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
683 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local684 if (LType != RType) in CompareSCEVComplexity()685 return (int)LType - (int)RType; in CompareSCEVComplexity()696 switch (LType) { in CompareSCEVComplexity()