Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp62 if (!Features->getUniqueInteger()[kSanitizerBinaryMetadataUARBit]) in runOnMachineFunction()
80 APInt NewFeatures = Features->getUniqueInteger(); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h155 const APInt &getUniqueInteger() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp188 ->getUniqueInteger() in emitCGProfileMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2096 ->getUniqueInteger() in lower()
2399 ->getUniqueInteger() in lower()
2404 ->getUniqueInteger() in lower()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp613 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1674 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp5060 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp341 return std::optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp867 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4317 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4329 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4342 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
H A DInstCombineSelect.cpp539 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1620 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5821 APInt DefBits = APInt::getSplat(DstSize, CV->getUniqueInteger()); in emitConstantVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4119 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46785 C = &(SplatC->getUniqueInteger()); in combineMul()