Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp96 Bits.insertBits(CDS->getElementAsAPInt(I), I * EltBits); in extractConstantBits()
H A DX86MCInstLower.cpp1524 printConstant(CDS->getElementAsAPInt(I), CS, PrintZero); in printConstant()
H A DX86ISelLowering.cpp4694 Mask.insertBits(CDS->getElementAsAPInt(I), I * EltBits); in getTargetConstantBitsFromNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h605 APInt getElementAsAPInt(unsigned i) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp564 Pred, VC->getElementAsAPInt(ElemIdx)); in cmpExcludesZero()
1792 APInt Elt = CDV->getElementAsAPInt(i); in computeKnownBits()
8894 CR = CR.unionWith(VC->getElementAsAPInt(ElemIdx)); in computeConstantRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2937 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential