Home
last modified time | relevance | path

Searched defs:LHSWidth (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp56 unsigned LHSWidth = getMaxCalculationWidth(Context, Bop->getLHS()); in getMaxCalculationWidth() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp337 unsigned LHSWidth = Src1Type.isVector() ? Src1Type.getNumElements() : 1; matchExtractVectorElementWithShuffleVector() local
/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp201 unsigned LHSWidth = findScalarElement() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp552 unsigned LHSWidth = cast<FixedVectorType>(SVI->getOperand(0)->getType()) in visitExtractElementInst() local
2811 unsigned LHSWidth = cast<FixedVectorType>(LHS->getType())->getNumElements(); visitShuffleVectorInst() local
[all...]
H A DInstCombineCasts.cpp1729 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); visitFPTrunc() local