Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h155 const APInt &getUniqueInteger() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp190 ->getUniqueInteger() in emitCGProfileMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1928 ->getUniqueInteger() in lower()
2235 ->getUniqueInteger() in lower()
2240 ->getUniqueInteger() in lower()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp570 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1760 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp4272 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp339 return Optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp454 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
486 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
H A DInstCombineCompares.cpp3699 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3711 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3724 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1503 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3864 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()