Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp61 if (!Features->getUniqueInteger()[kSanitizerBinaryMetadataUARBit]) in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h155 const APInt &getUniqueInteger() const;
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset()
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp188 ->getUniqueInteger() in emitCGProfileMetadata()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1949 ->getUniqueInteger() in lower()
2252 ->getUniqueInteger() in lower()
2257 ->getUniqueInteger() in lower()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp606 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1690 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp4751 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp341 return std::optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp866 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3881 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3893 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3906 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
H A DInstCombineSelect.cpp497 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1525 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3925 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()