Searched refs:SRIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h838 SDValue getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT,
843 SDValue getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5287 SelectionDAG::getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, argument
5289 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);
5298 SelectionDAG::getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, argument
5300 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);

Completed in 487 milliseconds