Home
last modified time | relevance | path

Searched refs:ResultWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h47 unsigned ResultWidth = SrcWidth; in Convert() local
58 B.getContext(), APInt::getLowBitsSet(ResultWidth, SrcScale)); in Convert()
79 ResultWidth = std::max(SrcWidth + DstScale - SrcScale, DstWidth); in Convert()
80 Type *UpscaledTy = B.getIntNTy(ResultWidth); in Convert()
90 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
100 APFixedPoint::getMin(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
106 if (ResultWidth != DstWidth) in Convert()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1333 const unsigned ResultWidth = Call->ReturnType->getOperand(1).getImm(); in genWorkgroupQuery() local
1351 if (PointerSize != ResultWidth) { in genWorkgroupQuery()
1369 if (!IsConstantIndex || PointerSize != ResultWidth) { in genWorkgroupQuery()
1404 if (PointerSize != ResultWidth) { in genWorkgroupQuery()
1420 if (PointerSize != ResultWidth) in genWorkgroupQuery()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1883 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldSSEConvertToInt() local
1884 assert(ResultWidth <= 64 && in ConstantFoldSSEConvertToInt()
1892 Val.convertToInteger(MutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()