HomeSort by relevance Sort by last modified time
    Searched defs:getZExtValue (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
116 inline uint64_t getZExtValue() const {
117 return Val.getZExtValue();
159 /// potential for an assertion from getZExtValue().
166 /// potential for an assertion from getZExtValue().
210 return Val.getActiveBits() > 64 || Val.getZExtValue() >= Num;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 67 milliseconds