Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3644 auto SignExtendInReg = [&](APInt Val) { in getNode() local
3653 return SignExtendInReg(Val); in getNode()
3666 Ops.push_back(SignExtendInReg(Val)); in getNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5292 auto SignExtendInReg = [&](APInt Val, llvm::EVT ConstantVT) { in getNode() local
5301 return SignExtendInReg(Val, VT); in getNode()
5314 Ops.push_back(SignExtendInReg(Val, OpVT)); in getNode()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6329 auto SignExtendInReg = [&](APInt Val, llvm::EVT ConstantVT) { in getNode() local
6338 return SignExtendInReg(Val, VT); in getNode()
6352 Ops.push_back(SignExtendInReg(Val, OpVT)); in getNode()