Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h151 const APInt &getUniqueInteger() const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DLocal.h56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue();
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dscalable-select.ll5 ; Constant::getUniqueInteger would crash for a scalable-vector zeroinitializer.
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp188 ->getUniqueInteger() in emitCGProfileMetadata()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1927 ->getUniqueInteger() in lower()
2230 ->getUniqueInteger() in lower()
2235 ->getUniqueInteger() in lower()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp604 unsigned Idx = (unsigned)cast<Constant>(V)->getUniqueInteger().getZExtValue(); in getTypeAtIndex()
H A DConstants.cpp1684 const APInt &Constant::getUniqueInteger() const { in getUniqueInteger() function in Constant
H A DAutoUpgrade.cpp4460 unsigned Val = Md->getValue()->getUniqueInteger().getZExtValue(); in UpgradeModuleFlags()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp341 return Optional<int64_t>{C->getUniqueInteger().getSExtValue()}; in getIfConst()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp867 addConstantValue(AnnotationDie, Data->getValue()->getUniqueInteger(), in addAnnotation()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3922 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3934 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3947 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
H A DInstCombineSelect.cpp469 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1524 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in translateGetElementPtr()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3869 unsigned Field = cast<Constant>(Idx)->getUniqueInteger().getZExtValue(); in visitGetElementPtr()