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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6209 SelectionDAG::getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT, argument
6211 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32);
6220 SelectionDAG::getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT, argument
6222 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32);

Completed in 247 milliseconds