Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp207 Type *WidestTy = Masked->getType(); in dropRedundantMaskingOfLeftShiftInput() local
208 bool HadTrunc = WidestTy != NarrowestTy; in dropRedundantMaskingOfLeftShiftInput()
212 Type *ExtendedTy = WidestTy->getExtendedType(); in dropRedundantMaskingOfLeftShiftInput()
289 unsigned WidestTyBitWidth = WidestTy->getScalarSizeInBits(); in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineCompares.cpp4519 Type *WidestTy = WidestShift->getType(); in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4523 bool HadTrunc = WidestTy != I.getOperand(0)->getType(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4570 (WidestTy->getScalarSizeInBits() - 1) + in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4583 if (NewShAmt->getType() != WidestTy) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4585 ConstantFoldCastOperand(Instruction::ZExt, NewShAmt, WidestTy, SQ.DL); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4589 unsigned WidestBitWidth = WidestTy->getScalarSizeInBits(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4648 X = Builder.CreateZExt(X, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4649 Y = Builder.CreateZExt(Y, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4656 Constant::getNullValue(WidestTy)); in foldShiftIntoShiftInAnotherHandOfAndInICmp()