Home
last modified time | relevance | path

Searched refs:getElementAsAPInt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp129 Bits.insertBits(CDS->getElementAsAPInt(I), I * EltBits); in extractConstantBits()
H A DX86MCInstLower.cpp1591 printConstant(CDS->getElementAsAPInt(I), CS, PrintZero); in printConstant()
1671 APInt Elt = CDS->getElementAsAPInt(i); in printExtend()
H A DX86ISelLowering.cpp4831 Mask.insertBits(CDS->getElementAsAPInt(I), I * EltBits); in getTargetConstantBitsFromNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h621 APInt getElementAsAPInt(unsigned i) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1774 CR = CR.unionWith(CDV->getElementAsAPInt(I)); in toConstantRange()
3082 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp571 Pred, VC->getElementAsAPInt(ElemIdx)); in cmpExcludesZero()
2078 APInt Elt = CDV->getElementAsAPInt(i); in computeKnownBits()