Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp926 Type *WideType; member in __anonc65a48c90511::WidenIV
1129 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1132 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
1271 SE->getTypeSizeInBits(WideType)) { in getWideRecurrence()
1339 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare()
1422 if (!User || User->getType() != WideType) in widenWithVariantLoadUse()
1428 if (!User || User->getType() != WideType) in widenWithVariantLoadUse()
1473 if (User && User->getType() == WideType) { in widenWithVariantLoadUseCodegen()
1484 if (User && User->getType() == WideType) { in widenWithVariantLoadUseCodegen()
1544 if (DU.NarrowUse->getType() != WideType) { in widenIVUse()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1656 Type *WideType = W->getType(); in foldICmpAndConstConst() local
1657 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()
1658 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()
1659 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()