HomeSort by: relevance | last modified time | path
    Searched defs:getSExtValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 110 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
146 inline int64_t getSExtValue() const { return Val.getSExtValue(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1548 int64_t getSExtValue() const { return Value->getSExtValue(); }

Completed in 30 milliseconds