Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3283 Type *NewCmpTy = V->getType(); in foldICmpAddConstant() local
3284 unsigned NewCmpBW = NewCmpTy->getScalarSizeInBits(); in foldICmpAddConstant()
3285 if (shouldChangeType(Ty, NewCmpTy)) { in foldICmpAddConstant()
3297 : Builder.CreateAdd(V, ConstantInt::get(NewCmpTy, EquivOffset)), in foldICmpAddConstant()
3298 ConstantInt::get(NewCmpTy, EquivInt)); in foldICmpAddConstant()