|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/SelectionDAG.h 593 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
References
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 5913 DAG.getShiftAmountConstant(1, ShiftedVT, DL));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 586 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL, /*LegalTypes*/false));
lib/Target/AMDGPU/AMDGPUISelLowering.cpp 4168 DAG.getShiftAmountConstant(Shift, VT, SL));
lib/Target/AMDGPU/SIISelLowering.cpp 2537 DAG.getShiftAmountConstant(10, MVT::i32, SL));
2545 DAG.getShiftAmountConstant(20, MVT::i32, SL));