Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h155 const APInt &getUniqueInteger() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp190 ->getUniqueInteger() in emitCGProfileMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1914 ->getUniqueInteger() in lower()
2221 ->getUniqueInteger() in lower()
2226 ->getUniqueInteger() in lower()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp564 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1758 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp4267 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp303 return Optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/netbsd-src/external/apache2/llvm/dist/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.cpp3631 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3643 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3656 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1491 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3863 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()