Searched defs:SrcWidth (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp360 unsigned SrcWidth = getWidth(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1209 unsigned SrcWidth = local
1248 unsigned SrcWidth = std::min(DstWidth, Log2(*GVAlign)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp946 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); local
H A DInstCombineVectorOps.cpp227 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); local
H A DInstCombineCasts.cpp697 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); local
1638 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1462 unsigned SrcWidth = SrcFPSema.getWidth(); local

Completed in 79 milliseconds