Searched refs:LType (Results 1 – 5 of 5) sorted by relevance
847 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local849 if (!LType && !SType) { in ParseOperation()880 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local881 if (!LType) { in ParseOperation()886 Type = LType->getElementType(); in ParseOperation()888 Type = LType; in ParseOperation()
3688 unsigned LType; in MoveExtToFormExtLoad() local3690 LType = ISD::ZEXTLOAD; in MoveExtToFormExtLoad()3693 LType = ISD::SEXTLOAD; in MoveExtToFormExtLoad()3695 if (TLI && !TLI->isLoadExtLegal(LType, VT, LoadVT)) { in MoveExtToFormExtLoad()
2472 Type *LType = LVal->getType(); in isCompatibleIVType() local2474 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
480 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local481 if (LType != RType) in compare()482 return (int)LType - (int)RType; in compare()487 switch (static_cast<SCEVTypes>(LType)) { in compare()
2350 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local2351 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()