Home
last modified time | relevance | path

Searched refs:getUniqueInteger (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp84 if (!Features->getUniqueInteger()[kSanitizerBinaryMetadataUARBit]) in run()
102 APInt NewFeatures = Features->getUniqueInteger(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h157 LLVM_ABI const APInt &getUniqueInteger() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp187 ->getUniqueInteger() in emitCGProfileMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2147 ->getUniqueInteger() in lower()
2436 ->getUniqueInteger() in lower()
2441 ->getUniqueInteger() in lower()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp722 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1777 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp5621 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp340 return std::optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp972 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp482 return getOrCreateConstInt(Val->getUniqueInteger().getZExtValue(), I, in getOrCreateBaseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4827 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4839 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4852 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
H A DInstCombineSelect.cpp527 (!OOpIsAPInt || !isSelect01(C->getUniqueInteger(), *OOpC))) in foldSelectIntoOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1630 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5775 : SplatValue->getUniqueInteger(); in emitConstantVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4367 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()