Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp120 return CV->getElementAsAPInt(0).isAllOnesValue(); in isAllOnesValue()
146 return CV->getElementAsAPInt(0).isOneValue(); in isOneValue()
196 return CV->getElementAsAPInt(0).isMinSignedValue(); in isMinSignedValue()
2780 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h612 APInt getElementAsAPInt(unsigned i) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp2528 printConstant(CDS->getElementAsAPInt(i), CS); in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1757 APInt Elt = CDS->getElementAsAPInt(i); in computeKnownBits()