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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5181 SelectionDAG::getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, argument
5183 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);
5192 SelectionDAG::getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, argument
5194 SDValue SRIdxVal = getTargetConstant(SRIdx, MVT::i32);

Completed in 179 milliseconds