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.cpp62 if (!Features->getUniqueInteger()[kSanitizerBinaryMetadataUARBit]) in runOnMachineFunction()
80 APInt NewFeatures = Features->getUniqueInteger(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h156 const APInt &getUniqueInteger() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp188 ->getUniqueInteger() in emitCGProfileMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2098 ->getUniqueInteger() in lower()
2401 ->getUniqueInteger() in lower()
2406 ->getUniqueInteger() in lower()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp613 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1745 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp5152 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp341 return std::optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp389 return getOrCreateConstInt(Val->getUniqueInteger().getSExtValue(), I, in getOrCreateBaseRegister()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp900 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4611 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4623 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4636 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
H A DInstCombineSelect.cpp545 (!OOpIsAPInt || !isSelect01(C->getUniqueInteger(), *OOpC))) in foldSelectIntoOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1618 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5617 APInt DefBits = APInt::getSplat(DstSize, CV->getUniqueInteger()); in emitConstantVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4312 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()