Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h607 APInt getElementAsAPInt(unsigned i) const;
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp378 values.push_back(cd->getElementAsAPInt(i)); in getConstantAsAttr()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2302 printConstant(CDS->getElementAsAPInt(i), CS); in addConstantComments()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp3145 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp1971 APInt Elt = CDV->getElementAsAPInt(i); in computeKnownBits()