Home
last modified time | relevance | path

Searched refs:getPtrExtendInReg (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h879 SDValue getPtrExtendInReg(SDValue Op, const SDLoc &DL, EVT VT);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1313 SDValue SelectionDAG::getPtrExtendInReg(SDValue Op, const SDLoc &DL, EVT VT) { in getPtrExtendInReg() function in SelectionDAG
H A DSelectionDAGBuilder.cpp3975 N = DAG.getPtrExtendInReg(N, dl, PtrMemTy); in visitGetElementPtr()