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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 180 inline uint64_t getConstantOperandVal(unsigned i) const;
588 /// getConstantOperandVal - Helper method returns the integer value of a
590 uint64_t getConstantOperandVal(unsigned Num) const;
892 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const {
893 return Node->getConstantOperandVal(i);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 763 milliseconds