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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp195 Type *NarrowestTy = OuterShift->getType();
197 bool HadTrunc = WidestTy != NarrowestTy;
288 NewMask = ConstantExpr::getTrunc(NewMask, NarrowestTy);
306 X = Builder.CreateTrunc(X, NarrowestTy);
H A DInstCombineCompares.cpp3512 Type *NarrowestTy = NarrowestShift->getType(); local
3513 assert(NarrowestTy == I.getOperand(0)->getType() &&
3563 (NarrowestTy->getScalarSizeInBits() - 1);

Completed in 126 milliseconds