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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 139 inline uint64_t getConstantOperandVal(unsigned i) const;
529 /// getConstantOperandVal - Helper method returns the integer value of a
531 uint64_t getConstantOperandVal(unsigned Num) const;
781 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const {
782 return Node->getConstantOperandVal(i);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 250 const unsigned Align = N->getConstantOperandVal(3);
LegalizeFloatTypes.cpp 531 N->getConstantOperandVal(3));
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 703 N->getConstantOperandVal(3));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 496 if (N->getConstantOperandVal(1))
    [all...]

Completed in 294 milliseconds