HomeSort by relevance Sort by last modified time
    Searched defs:getSExtValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h 83 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
124 inline int64_t getSExtValue() const {
125 return Val.getSExtValue();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 63 milliseconds