reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAG.h
  589   SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT,

References

include/llvm/CodeGen/SelectionDAG.h
  606     return getConstant(Val, DL, VT, true, isOpaque);
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13868     Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc),
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1194   return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1447       return DAG.getConstant(*CI, getCurSDLoc(), VT);
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
 1229                             CurDAG->getConstant(*Const32, DL, MVT::i32),
 1230                             CurDAG->getConstant(*Const32, DL, MVT::i32),