Searched refs:LType (Results 1 – 6 of 6) sorted by relevance
1040 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1043 if (!LType && !SType && !DType) { in ParseOperation()1058 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1059 if (!LType) { in ParseOperation()1080 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local1081 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
2802 unsigned LType; in isExtLoad() local2804 LType = ISD::ZEXTLOAD; in isExtLoad()2807 LType = ISD::SEXTLOAD; in isExtLoad()2810 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
1043 unsigned LType = variable1046 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
2793 Type *LType = LVal->getType(); in isCompatibleIVType() local2795 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()2799 (LType->getPointerAddressSpace() == in isCompatibleIVType()
3030 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local3031 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
750 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local751 if (LType != RType) in CompareSCEVComplexity()752 return (int)LType - (int)RType; in CompareSCEVComplexity()763 switch (LType) { in CompareSCEVComplexity()