Home
last modified time | relevance | path

Searched refs:LType (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1040 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1043 if (!LType && !SType && !DType) { in ParseOperation()
1058 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1059 if (!LType) { in ParseOperation()
1080 ListRecTy *LType = dyn_cast<ListRecTy>(LHSt->getType()); in ParseOperation() local
1081 Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType; in ParseOperation()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2802 unsigned LType; in isExtLoad() local
2804 LType = ISD::ZEXTLOAD; in isExtLoad()
2807 LType = ISD::SEXTLOAD; in isExtLoad()
2810 return isLoadExtLegal(LType, VT, LoadVT); in isExtLoad()
H A DBasicTTIImpl.h1043 unsigned LType = variable
1046 TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2793 Type *LType = LVal->getType(); in isCompatibleIVType() local
2795 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2799 (LType->getPointerAddressSpace() == in isCompatibleIVType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3030 llvm::StructType *LType = cast<llvm::StructType>(L->getType()); in EmitMemberPointerComparison() local
3031 for (unsigned I = 1, E = LType->getNumElements(); I != E; ++I) { in EmitMemberPointerComparison()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp750 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
751 if (LType != RType) in CompareSCEVComplexity()
752 return (int)LType - (int)RType; in CompareSCEVComplexity()
763 switch (LType) { in CompareSCEVComplexity()