Searched refs:SRIdx (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1722 SDValue getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, 1726 SDValue getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT,
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10021 SDValue SelectionDAG::getTargetExtractSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetExtractSubreg() argument 10023 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetExtractSubreg() 10031 SDValue SelectionDAG::getTargetInsertSubreg(int SRIdx, const SDLoc &DL, EVT VT, in getTargetInsertSubreg() argument 10033 SDValue SRIdxVal = getTargetConstant(SRIdx, DL, MVT::i32); in getTargetInsertSubreg()
|