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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp196 Type *WidestTy = Masked->getType(); local
197 bool HadTrunc = WidestTy != NarrowestTy;
201 Type *ExtendedTy = WidestTy->getExtendedType();
271 unsigned WidestTyBitWidth = WidestTy->getScalarSizeInBits();
H A DInstCombineCompares.cpp3511 Type *WidestTy = WidestShift->getType(); local
3515 bool HadTrunc = WidestTy != I.getOperand(0)->getType();
3562 (WidestTy->getScalarSizeInBits() - 1) +
3575 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, WidestTy);
3576 unsigned WidestBitWidth = WidestTy->getScalarSizeInBits();
3635 X = Builder.CreateZExt(X, WidestTy);
3636 Y = Builder.CreateZExt(Y, WidestTy);
3643 Constant::getNullValue(WidestTy));

Completed in 54 milliseconds