Searched refs:LType (Results 1 – 5 of 5) sorted by relevance
860 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local862 if (LType == 0 && SType == 0) { in ParseOperation()893 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local894 if (LType == 0) { in ParseOperation()899 Type = LType->getElementType(); in ParseOperation()901 Type = LType; in ParseOperation()
1712 unsigned LType; in MoveExtToFormExtLoad() local1714 LType = ISD::ZEXTLOAD; in MoveExtToFormExtLoad()1717 LType = ISD::SEXTLOAD; in MoveExtToFormExtLoad()1719 if (TLI && !TLI->isLoadExtLegal(LType, TLI->getValueType(LI->getType()))) in MoveExtToFormExtLoad()
2396 Type *LType = LVal->getType(); in isCompatibleIVType() local2398 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
879 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local880 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local479 if (LType != RType) in compare()480 return (int)LType - (int)RType; in compare()485 switch (LType) { in compare()