Searched refs:getUniqueInteger (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h145 const APInt &getUniqueInteger() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h55 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1903 ->getUniqueInteger()
2195 ->getUniqueInteger()
2200 ->getUniqueInteger()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp541 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue();
H A DConstants.cpp1639 const APInt &Constant::getUniqueInteger() const { function in class:Constant
H A DAutoUpgrade.cpp4100 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp253 return Optional<int64_t>{C->getUniqueInteger().getSExtValue()};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3598 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1))
3610 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero))
3623 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp361 ->getUniqueInteger()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1081 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3773 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue();

Completed in 378 milliseconds