HomeSort by: relevance | last modified time | path
    Searched defs:getZExtValue (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
140 inline uint64_t getZExtValue() const { return Val.getZExtValue(); }
152 return MaybeAlign(getZExtValue());
191 /// potential for an assertion from getZExtValue().
196 /// potential for an assertion from getZExtValue().
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1547 uint64_t getZExtValue() const { return Value->getZExtValue(); }
1568 return cast<ConstantSDNode>(getOperand(Num))->getZExtValue();

Completed in 48 milliseconds