Home
last modified time | relevance | path

Searched refs:WideType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp991 Type *WideType; member in __anon2d09b0ec0311::WidenIV
1278 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1281 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
1405 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()
1414 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1422 WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1425 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence()
1476 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()
1577 if (!User || User->getType() != WideType) in widenWithVariantUse()
1737 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1752 Type *WideType = W->getType(); in foldICmpAndConstConst() local
1753 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()
1754 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()
1755 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp11648 auto *WideType = FoundLHS->getType(); in isImpliedCond() local
11651 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()