Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp119 return CV->getElementAsAPInt(0).isAllOnesValue(); in isAllOnesValue()
145 return CV->getElementAsAPInt(0).isOneValue(); in isOneValue()
171 return CV->getElementAsAPInt(0).isMinSignedValue(); in isMinSignedValue()
197 return !CV->getElementAsAPInt(0).isMinSignedValue(); in isNotMinSignedValue()
2648 APInt ConstantDataSequential::getElementAsAPInt(unsigned Elt) const { in getElementAsAPInt() function in ConstantDataSequential
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h608 APInt getElementAsAPInt(unsigned i) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1600 APInt Elt = CDS->getElementAsAPInt(i); in computeKnownBits()