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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5715 SelectionDAG::getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT, argument
5717 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);
5726 SelectionDAG::getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT, argument
5728 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);

Completed in 92 milliseconds