Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1050 Type *WideType; member in __anonb324fb7f0311::WidenIV
1143 Value *createExtendInst(Value *NarrowOper, Type *WideType, bool IsSigned,
1230 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()
1238 Value *WidenIV::createExtendInst(Value *NarrowOper, Type *WideType, in createExtendInst() argument
1248 return IsSigned ? Builder.CreateSExt(NarrowOper, WideType) : in createExtendInst()
1249 Builder.CreateZExt(NarrowOper, WideType); in createExtendInst()
1291 : createExtendInst(NarrowUse->getOperand(0), WideType, in cloneBitwiseIVUser()
1295 : createExtendInst(NarrowUse->getOperand(1), WideType, in cloneBitwiseIVUser()
1339 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1342 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1803 Type *WideType = W->getType(); in foldICmpAndConstConst() local
1804 unsigned WideScalarBits = WideType->getScalarSizeInBits(); in foldICmpAndConstConst()
1805 Constant *ZextC1 = ConstantInt::get(WideType, C1.zext(WideScalarBits)); in foldICmpAndConstConst()
1806 Constant *ZextC2 = ConstantInt::get(WideType, C2->zext(WideScalarBits)); in foldICmpAndConstConst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11686 auto *WideType = FoundLHS->getType(); in isImpliedCond() local
11689 getConstant(APInt::getMaxValue(BitWidth)), WideType); in isImpliedCond()